mesa/tests/constructor-02.glsl

8 lines
85 B
Plaintext
Raw Normal View History

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