3 lines
62 B
GLSL
3 lines
62 B
GLSL
/* FAIL - array size type must be int */
|
|
uniform vec4 a[3.2];
|
/* FAIL - array size type must be int */
|
|
uniform vec4 a[3.2];
|