aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution/vs-outerProduct-mat2x4-ivec.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/execution/vs-outerProduct-mat2x4-ivec.shader_test')
-rw-r--r--tests/spec/glsl-1.20/execution/vs-outerProduct-mat2x4-ivec.shader_test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/spec/glsl-1.20/execution/vs-outerProduct-mat2x4-ivec.shader_test b/tests/spec/glsl-1.20/execution/vs-outerProduct-mat2x4-ivec.shader_test
index 5117d81f..25aae8ce 100644
--- a/tests/spec/glsl-1.20/execution/vs-outerProduct-mat2x4-ivec.shader_test
+++ b/tests/spec/glsl-1.20/execution/vs-outerProduct-mat2x4-ivec.shader_test
@@ -1,3 +1,6 @@
+# Test generated by:
+# ./outerProduct.sh
+
[require]
GLSL >= 1.20
# glUniformMatrix2x4fv only exists in OpenGL 2.1 or later.
@@ -24,7 +27,6 @@ GL >= 2.1
* ivec3 vec3
* ivec4 vec4"
*/
-#version 120
uniform ivec4 c;
uniform ivec2 r;
uniform mat2x4 expected;
@@ -37,7 +39,6 @@ void main() {
}
[fragment shader]
-#version 120
varying vec4 color;
void main() { gl_FragColor = color; }