summaryrefslogtreecommitdiff
path: root/tests/array-02.glsl
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-03-30 16:56:22 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-03-30 16:56:22 -0700
commit84960f01cb0edb79ec86d120b7dab7f254373940 (patch)
tree393ab76b3fae53a4da6c6aca9d466345f269785e /tests/array-02.glsl
parent2d816204c875ace0fc363d3eeada2255a5009d5c (diff)
Add some array declaration tests
Diffstat (limited to 'tests/array-02.glsl')
-rw-r--r--tests/array-02.glsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/array-02.glsl b/tests/array-02.glsl
new file mode 100644
index 0000000000..d743617158
--- /dev/null
+++ b/tests/array-02.glsl
@@ -0,0 +1,3 @@
+#version 120
+/* FAIL - array size type must be scalar */
+uniform vec4 [ivec4(3)] a;