mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 08:50:13 +01:00
7 lines
85 B
GLSL
7 lines
85 B
GLSL
/* FAIL - cannot construct samplers */
|
|
void main()
|
|
{
|
|
int i;
|
|
|
|
i = sampler2D(0);
|
|
}
|