aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x2-ivec.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x2-ivec.shader_test')
-rw-r--r--tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x2-ivec.shader_test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x2-ivec.shader_test b/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x2-ivec.shader_test
index 900732d6..6cabd307 100644
--- a/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x2-ivec.shader_test
+++ b/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x2-ivec.shader_test
@@ -1,10 +1,12 @@
+# Test generated by:
+# ./outerProduct-const.sh
+
[require]
GLSL >= 1.20
# glUniformMatrix4x2fv only exists in OpenGL 2.1 or later.
GL >= 2.1
[vertex shader]
-#version 120
void main() { gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; }
[fragment shader]
@@ -28,7 +30,6 @@ void main() { gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; }
* ivec3 vec3
* ivec4 vec4"
*/
-#version 120
const ivec2 c = ivec2(2, 3);
const ivec4 r = ivec4(4, 5, 6, 7);