mesa/src/glsl/tests/constructor-02.glsl

7 lines
85 B
GLSL

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