aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution/vs-outerProduct-const-mat3x3-ivec.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/execution/vs-outerProduct-const-mat3x3-ivec.shader_test')
-rw-r--r--tests/spec/glsl-1.20/execution/vs-outerProduct-const-mat3x3-ivec.shader_test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/spec/glsl-1.20/execution/vs-outerProduct-const-mat3x3-ivec.shader_test b/tests/spec/glsl-1.20/execution/vs-outerProduct-const-mat3x3-ivec.shader_test
index 954787af..95be2857 100644
--- a/tests/spec/glsl-1.20/execution/vs-outerProduct-const-mat3x3-ivec.shader_test
+++ b/tests/spec/glsl-1.20/execution/vs-outerProduct-const-mat3x3-ivec.shader_test
@@ -1,3 +1,6 @@
+# Test generated by:
+# ./outerProduct-const.sh
+
[require]
GLSL >= 1.20
@@ -22,7 +25,6 @@ GLSL >= 1.20
* ivec3 vec3
* ivec4 vec4"
*/
-#version 120
const ivec3 c = ivec3(2, 3, 4);
const ivec3 r = ivec3(5, 6, 7);
@@ -36,7 +38,6 @@ void main() {
}
[fragment shader]
-#version 120
varying vec4 color;
void main() { gl_FragColor = color; }