diff options
Diffstat (limited to 'shaders/basic.frag')
-rw-r--r-- | shaders/basic.frag | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shaders/basic.frag b/shaders/basic.frag index 835efbf..a97caf8 100644 --- a/shaders/basic.frag +++ b/shaders/basic.frag @@ -3,8 +3,8 @@ #extension GL_ARB_explicit_uniform_location : enable layout(location = 0) out vec4 frag_color ; -layout(location = 6) uniform vec4 lightPos ; -layout(location = 8) uniform vec4 globalAmbient ; +uniform vec4 lightPos ; +uniform vec4 globalAmbient ; uniform float dX ; uniform float dY ; |