aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-es-1.00/execution/sanity.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-es-1.00/execution/sanity.shader_test')
-rw-r--r--tests/spec/glsl-es-1.00/execution/sanity.shader_test7
1 files changed, 2 insertions, 5 deletions
diff --git a/tests/spec/glsl-es-1.00/execution/sanity.shader_test b/tests/spec/glsl-es-1.00/execution/sanity.shader_test
index a1dc07a0..0884e2c6 100644
--- a/tests/spec/glsl-es-1.00/execution/sanity.shader_test
+++ b/tests/spec/glsl-es-1.00/execution/sanity.shader_test
@@ -1,11 +1,10 @@
# Fill the window with red, then green, then blue.
[require]
-GL >= 2.0 es
+GL ES >= 2.0
+GLSL ES >= 1.00
[vertex shader]
-#version 100
-
attribute vec4 vertex;
void main() {
@@ -13,8 +12,6 @@ void main() {
}
[fragment shader]
-#version 100
-
uniform vec4 u_color;
void main() {