mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
7 lines
85 B
GLSL
7 lines
85 B
GLSL
/* FAIL - cannot construct samplers */
|
|
void main()
|
|
{
|
|
int i;
|
|
|
|
i = sampler2D(0);
|
|
}
|