diff options
Diffstat (limited to 'slideshow/opengl/reflectionVertexShader.glsl')
-rw-r--r-- | slideshow/opengl/reflectionVertexShader.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/opengl/reflectionVertexShader.glsl b/slideshow/opengl/reflectionVertexShader.glsl index 96748887c308..c7e6b5806341 100644 --- a/slideshow/opengl/reflectionVertexShader.glsl +++ b/slideshow/opengl/reflectionVertexShader.glsl @@ -26,7 +26,7 @@ * ************************************************************************/ -#version 130 +#version 140 attribute vec3 a_position; attribute vec3 a_normal; |