mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
59a80cf953
Updates #1192
7 lines
87 B
GLSL
7 lines
87 B
GLSL
void F0(out vec2 l0);
|
|
|
|
void F0(out vec2 l0) {
|
|
l0 = vec2(3.5000000000e+00);
|
|
return;
|
|
}
|