diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/simpleVS.vs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/simpleVS.vs b/graphics/simpleVS.vs deleted file mode 100644 index deae931..0000000 --- a/graphics/simpleVS.vs +++ /dev/null @@ -1,8 +0,0 @@ -#version 330 core - -layout (location = 0) in vec3 position; - -void main() -{ - gl_Position = vec4(position.x, position.y, position.z, 1.0); -}
\ No newline at end of file |