mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
2 lines
62 B
GLSL
2 lines
62 B
GLSL
/* FAIL - array size type must be int */
|
|
uniform vec4 a[3.2];
|