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