8 lines
85 B
GLSL
8 lines
85 B
GLSL
/* FAIL - cannot construct samplers */
|
|
void main()
|
|
{
|
|
int i;
|
|
|
|
i = sampler2D(0);
|
|
}
|