From 5c46e0f0a924989201c6784b0f956bc442f14a7e Mon Sep 17 00:00:00 2001 From: majortom6 Date: Sun, 19 Feb 2017 09:17:35 -0600 Subject: -removed glm library, its in the debian repos -made opengl and sdl folders in includes, moved various *hpps to them --- inc/opengl/basicshader.frag | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 inc/opengl/basicshader.frag (limited to 'inc/opengl/basicshader.frag') 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 -- cgit v1.2.3