diff --git a/res/gl3_common.fs.glsl b/res/gl3_common.fs.glsl index 84bed1dc86..992583152a 100644 --- a/res/gl3_common.fs.glsl +++ b/res/gl3_common.fs.glsl @@ -1,4 +1,4 @@ -#version 130 +#version 150 #define SERVO_GL3 diff --git a/res/gl3_common.vs.glsl b/res/gl3_common.vs.glsl index 3ac8ea4b37..69e7d8c352 100644 --- a/res/gl3_common.vs.glsl +++ b/res/gl3_common.vs.glsl @@ -1,4 +1,4 @@ -#version 130 +#version 150 #define SERVO_GL3