diff options
Diffstat (limited to 'test.frag')
-rw-r--r-- | test.frag | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -#version 130
+#version 120
uniform sampler2D sampler;
uniform int numLight;
@@ -24,4 +24,4 @@ void main(){ color += vec4(amb,amb,amb,1.0f+amb);
gl_FragColor = tex * vec4(color)*tex.a;
-}
\ No newline at end of file +}
|