Files
third_party_mesa3d/tests/array-04.glsl
2010-03-30 16:56:22 -07:00

3 lines
62 B
GLSL

/* FAIL - array size type must be int */
uniform vec4 a[3.2];