mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-13 14:10:17 +01:00
11 lines
54 B
GLSL
11 lines
54 B
GLSL
/* PASS */
|
|
|
|
void a()
|
|
{
|
|
;
|
|
}
|
|
|
|
void a(float x)
|
|
{
|
|
;
|
|
}
|