mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
b6a340a96f
Updates #2034 Updates #2188
8 lines
86 B
GLSL
8 lines
86 B
GLSL
int F0(in float l0);
|
|
|
|
int F0(in float l0) {
|
|
int l1 = 0;
|
|
l1 = int(l0);
|
|
return l1;
|
|
}
|