mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
88be4c5b7c
Closes #2712
13 lines
139 B
GLSL
13 lines
139 B
GLSL
vec2 F0(void);
|
|
|
|
vec2 F0(void) {
|
|
bool l0 = false;
|
|
l0 = true;
|
|
{
|
|
int l1 = 0;
|
|
l1 = 0;
|
|
return vec2(float(l1));
|
|
}
|
|
return vec2(1.0);
|
|
}
|