Files
third_party_mesa3d/tests/constructor-02.glsl
2010-03-24 12:08:46 -07:00

8 lines
85 B
GLSL

/* FAIL - cannot construct samplers */
void main()
{
int i;
i = sampler2D(0);
}