summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2/uniform-02.vert
diff options
context:
space:
mode:
Diffstat (limited to 'tests/glslparsertest/glsl2/uniform-02.vert')
-rw-r--r--tests/glslparsertest/glsl2/uniform-02.vert2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/glslparsertest/glsl2/uniform-02.vert b/tests/glslparsertest/glsl2/uniform-02.vert
new file mode 100644
index 000000000..2c2edd551
--- /dev/null
+++ b/tests/glslparsertest/glsl2/uniform-02.vert
@@ -0,0 +1,2 @@
+/* FAIL - uniform initializers not allowed in GLSL 1.10 */
+uniform vec2 a = vec2(1.0, 2.0);