aboutsummaryrefslogtreecommitdiff
path: root/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x4.shader_test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x4.shader_test')
-rw-r--r--tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x4.shader_test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x4.shader_test b/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x4.shader_test
index 38a50c18..31bc4b6a 100644
--- a/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x4.shader_test
+++ b/tests/spec/glsl-1.20/execution/fs-outerProduct-const-mat4x4.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 vec4 c = vec4(2, 3, 4, 5);
const vec4 r = vec4(6, 7, 8, 9);