diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-03 08:45:29 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-03 08:45:29 -0500 |
commit | 505027ab6dec50f991e2c21abf270c491128487a (patch) | |
tree | f4ae696cfaeac81fc05a9405f65c204d50625f33 /test.frag | |
parent | f8ebf8fd3d5691cd45566281a1f54c5ecbc43762 (diff) |
ui improvements
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
void main(){
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
-}
\ No newline at end of file +}
|