diff options
Diffstat (limited to 'src/glsl/tests/array-04.glsl')
-rw-r--r-- | src/glsl/tests/array-04.glsl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glsl/tests/array-04.glsl b/src/glsl/tests/array-04.glsl new file mode 100644 index 0000000000..70f434d8ab --- /dev/null +++ b/src/glsl/tests/array-04.glsl @@ -0,0 +1,2 @@ +/* FAIL - array size type must be int */ +uniform vec4 a[3.2]; |