aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-01-11 07:38:33 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-01-11 07:38:33 -0500
commit6bf27552a564297cd8aaf1e3c24d9320438bdcc5 (patch)
tree1947c5911d234e72cbf189433612047c443e40e6 /test.frag
parentc16827da9b66f42e2bd0d002381bdcdaa2ac8045 (diff)
parenta2284d1c9be35744cb43a91148c82cff64be7a43 (diff)
Merge branch 'master' of http://github.com/tcsullivan/gamedev
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;