mesa/tests/constructor-02.glsl

8 lines
85 B
GLSL

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