aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
diff options
context:
space:
mode:
Diffstat (limited to 'test.frag')
-rw-r--r--test.frag3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.frag b/test.frag
index 0bb64a6..083fc0b 100644
--- a/test.frag
+++ b/test.frag
@@ -1,7 +1,8 @@
+#version 130
uniform sampler2D sampler;
uniform int numLight;
-uniform vec2 lightLocation[10];
+uniform vec2 lightLocation[255];
uniform vec3 lightColor;
uniform float amb;