Files
third_party_mesa3d/tests/array-05.glsl

3 lines
70 B
Plaintext
Raw Normal View History

2010-03-30 16:56:22 -07:00
/* FAIL - array size type must be scalar */
uniform vec4 a[ivec4(3)];