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