aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat2x2.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat2x2.shader_test')
-rw-r--r--tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat2x2.shader_test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat2x2.shader_test b/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat2x2.shader_test
index db7ef2e2..0bbdcbc9 100644
--- a/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat2x2.shader_test
+++ b/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat2x2.shader_test
@@ -1,12 +1,13 @@
+# Test generated by:
+# ./outerProduct-const.sh
+
[require]
GLSL >= 1.20
[vertex shader]
-#version 120
void main() { gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; }
[fragment shader]
-#version 120
const vec2 c = vec2(2, 3);
const vec2 r = vec2(4, 5);