diff options
Diffstat (limited to 'chart2/opengl/debugVertexShader.glsl')
-rw-r--r-- | chart2/opengl/debugVertexShader.glsl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/opengl/debugVertexShader.glsl b/chart2/opengl/debugVertexShader.glsl index 622727f3c858..1768cc8b2750 100644 --- a/chart2/opengl/debugVertexShader.glsl +++ b/chart2/opengl/debugVertexShader.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 vec4 vColor; |