diff options
Diffstat (limited to 'shaders/forest.frag')
-rw-r--r-- | shaders/forest.frag | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shaders/forest.frag b/shaders/forest.frag index 1cad806..7392a00 100644 --- a/shaders/forest.frag +++ b/shaders/forest.frag @@ -6,9 +6,9 @@ layout(location = 0) out vec4 frag_color ; uniform mat4 mvMatrix ; uniform mat4 pjMatrix ; -layout(location = 6) uniform sampler2D texture ; -layout(location = 7) uniform vec4 light ; -layout(location = 10) uniform vec4 globalAmbient ; +uniform sampler2D texture ; +uniform vec4 light ; +uniform vec4 globalAmbient ; uniform float dX ; uniform float dY ; |