diff options
author | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-30 16:56:22 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-03-30 16:56:22 -0700 |
commit | 84960f01cb0edb79ec86d120b7dab7f254373940 (patch) | |
tree | 393ab76b3fae53a4da6c6aca9d466345f269785e /tests/array-03.glsl | |
parent | 2d816204c875ace0fc363d3eeada2255a5009d5c (diff) |
Add some array declaration tests
Diffstat (limited to 'tests/array-03.glsl')
-rw-r--r-- | tests/array-03.glsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/array-03.glsl b/tests/array-03.glsl new file mode 100644 index 0000000000..0026913f01 --- /dev/null +++ b/tests/array-03.glsl @@ -0,0 +1,3 @@ +#version 120 +/* PASS */ +uniform vec4 [3] a; |