aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.10/execution/variable-indexing/fs-uniform-mat3-row-rd.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.10/execution/variable-indexing/fs-uniform-mat3-row-rd.shader_test')
-rw-r--r--tests/spec/glsl-1.10/execution/variable-indexing/fs-uniform-mat3-row-rd.shader_test2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/spec/glsl-1.10/execution/variable-indexing/fs-uniform-mat3-row-rd.shader_test b/tests/spec/glsl-1.10/execution/variable-indexing/fs-uniform-mat3-row-rd.shader_test
index 6cdacfb6..4e8d3e60 100644
--- a/tests/spec/glsl-1.10/execution/variable-indexing/fs-uniform-mat3-row-rd.shader_test
+++ b/tests/spec/glsl-1.10/execution/variable-indexing/fs-uniform-mat3-row-rd.shader_test
@@ -5,7 +5,6 @@
GLSL >= 1.10
[vertex shader]
-#version 110
uniform int row;
uniform float expect;
uniform mat3 m;
@@ -17,7 +16,6 @@ void main()
}
[fragment shader]
-#version 110
uniform int row;
uniform float expect;
uniform mat3 m;