mesa/tests/array-01.glsl
2010-03-30 16:56:22 -07:00

3 lines
76 B
GLSL

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