mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-24 14:58:10 +02:00
4 lines
84 B
Text
4 lines
84 B
Text
|
|
#version 120
|
||
|
|
/* FAIL - array size type must be scalar */
|
||
|
|
uniform vec4 [ivec4(3)] a;
|