aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-index-wr.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-index-wr.shader_test')
-rw-r--r--tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-index-wr.shader_test4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-index-wr.shader_test b/tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-index-wr.shader_test
index fd1a60ca..78732f09 100644
--- a/tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-index-wr.shader_test
+++ b/tests/spec/glsl-1.20/execution/variable-indexing/fs-temp-array-mat2-index-wr.shader_test
@@ -2,14 +2,12 @@
# ../../../glsl-1.10/variable-index-write.sh 1.20
[require]
-GLSL >= 1.10
+GLSL >= 1.20
[vertex shader]
-#version 120
void main() { gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; }
[fragment shader]
-#version 120
uniform mat2x2 src_matrix;
uniform vec2 v;
uniform vec2 expect;