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