summaryrefslogtreecommitdiff
path: root/inc/opengl/basicshader.frag
diff options
context:
space:
mode:
authormajortom6 <tombarrett@siu.edu>2017-02-19 09:17:35 -0600
committerTom Barrett <tombarrett@siu.edu>2017-03-07 13:23:41 -0600
commit5c46e0f0a924989201c6784b0f956bc442f14a7e (patch)
tree33b5889b872023bd7d414f7baec45706330813b3 /inc/opengl/basicshader.frag
parent2cc21176467d4501adb7bfb9ee03eb9a2a7d14f2 (diff)
-removed glm library, its in the debian repos
-made opengl and sdl folders in includes, moved various *hpps to them
Diffstat (limited to 'inc/opengl/basicshader.frag')
-rw-r--r--inc/opengl/basicshader.frag9
1 files changed, 0 insertions, 9 deletions
diff --git a/inc/opengl/basicshader.frag b/inc/opengl/basicshader.frag
deleted file mode 100644
index 9aa9d0b..0000000
--- a/inc/opengl/basicshader.frag
+++ /dev/null
@@ -1,9 +0,0 @@
-#version 320 es
-in highp vec3 fColor;
-out highp vec4 outColor;
-
-
-void main()
-{
- outColor = vec4(fColor, 1.0);
-} \ No newline at end of file