mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-15 07:27:32 +01:00
74f812dd33
Closes #3140
7 lines
73 B
GLSL
7 lines
73 B
GLSL
int F0(in int l0);
|
|
|
|
int F0(in int l0) {
|
|
l0 = (l0) ^ (l0);
|
|
return l0;
|
|
}
|