diff options
Diffstat (limited to 'chart2/opengl/commonVertexShader.glsl')
-rw-r--r-- | chart2/opengl/commonVertexShader.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/opengl/commonVertexShader.glsl b/chart2/opengl/commonVertexShader.glsl index efbb8f1f9c27..f48b4d06a355 100644 --- a/chart2/opengl/commonVertexShader.glsl +++ b/chart2/opengl/commonVertexShader.glsl @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#version 130 +#version 150 core attribute vec3 vPosition; uniform mat4 MVP; |