mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-05 23:44:31 +01:00
7 lines
116 B
GLSL
7 lines
116 B
GLSL
void F0(out float l0);
|
|
|
|
void F0(out float l0) {
|
|
l0 = (sin(1.0000000000e-01)) + (cos(2.0000000000e-01));
|
|
return;
|
|
}
|