aboutsummaryrefslogtreecommitdiffstats
path: root/test.frag
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-11-03 08:45:29 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-11-03 08:45:29 -0500
commit505027ab6dec50f991e2c21abf270c491128487a (patch)
treef4ae696cfaeac81fc05a9405f65c204d50625f33 /test.frag
parentf8ebf8fd3d5691cd45566281a1f54c5ecbc43762 (diff)
ui improvements
Diffstat (limited to 'test.frag')
-rw-r--r--test.frag4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.frag b/test.frag
index 131a3e6..c30ef4d 100644
--- a/test.frag
+++ b/test.frag
@@ -1,4 +1,4 @@
-#version 130
+#version 120
void main(){
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
-} \ No newline at end of file
+}