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

4 lines
76 B
GLSL

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