4 lines
84 B
GLSL
4 lines
84 B
GLSL
#version 120
|
|
/* FAIL - array size type must be scalar */
|
|
uniform vec4 [ivec4(3)] a;
|