summaryrefslogtreecommitdiff
path: root/slideshow/opengl/basicVertexShader.glsl
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/opengl/basicVertexShader.glsl')
-rw-r--r--slideshow/opengl/basicVertexShader.glsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/opengl/basicVertexShader.glsl b/slideshow/opengl/basicVertexShader.glsl
index cd68b16a161c..e9febfff5b16 100644
--- a/slideshow/opengl/basicVertexShader.glsl
+++ b/slideshow/opengl/basicVertexShader.glsl
@@ -26,7 +26,7 @@
*
************************************************************************/
-#version 120
+#version 140
attribute vec3 a_position;
attribute vec3 a_normal;