Browse Source

Update pbr.fs

pull/4561/head
Ray 2 weeks ago
committed by GitHub
parent
commit
6fbf08cc1f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      examples/shaders/resources/shaders/glsl100/pbr.fs

+ 0
- 1
examples/shaders/resources/shaders/glsl100/pbr.fs View File

@ -24,7 +24,6 @@ varying vec3 fragNormal;
varying vec4 shadowPos;
varying mat3 TBN;
// Input uniform values
uniform int numOfLights;
uniform sampler2D albedoMap;

Loading…
Cancel
Save