diff options
Diffstat (limited to 'chart2/opengl/symbolVertexShader.glsl')
-rw-r--r-- | chart2/opengl/symbolVertexShader.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/opengl/symbolVertexShader.glsl b/chart2/opengl/symbolVertexShader.glsl index 0c6617efbd60..7e3a7488daa9 100644 --- a/chart2/opengl/symbolVertexShader.glsl +++ b/chart2/opengl/symbolVertexShader.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; |