diff options
Diffstat (limited to 'tests/array-06.glsl')
-rw-r--r-- | tests/array-06.glsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/array-06.glsl b/tests/array-06.glsl new file mode 100644 index 0000000000..46b43795be --- /dev/null +++ b/tests/array-06.glsl @@ -0,0 +1,2 @@ +/* PASS */ +uniform vec4 a[3]; |