mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-05 07:24:30 +01:00
7 lines
69 B
GLSL
7 lines
69 B
GLSL
void F0(out bool l0);
|
|
|
|
void F0(out bool l0) {
|
|
l0 = true;
|
|
return;
|
|
}
|