aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-index-rd.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-index-rd.shader_test')
-rw-r--r--tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-index-rd.shader_test2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-index-rd.shader_test b/tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-index-rd.shader_test
index 9fc2c68e..88fe5ce1 100644
--- a/tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-index-rd.shader_test
+++ b/tests/spec/glsl-1.20/execution/variable-indexing/fs-varying-array-mat3-index-rd.shader_test
@@ -5,7 +5,6 @@
GLSL >= 1.20
[vertex shader]
-#version 120
uniform int index;
uniform vec3 expect;
varying mat3x3[3] m;
@@ -21,7 +20,6 @@ void main()
}
[fragment shader]
-#version 120
uniform int index;
uniform vec3 expect;
varying mat3x3[3] m;