mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 21:38:18 +02:00
2 lines
55 B
GLSL
2 lines
55 B
GLSL
/* FAIL - array size must be > 0 */
|
|
uniform vec4 a[0];
|