mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
26 lines
439 B
Plaintext
26 lines
439 B
Plaintext
|
void F0(out vec4 l0) {
|
||
|
int l1 = 0;
|
||
|
float l2 = float(0);
|
||
|
float l3 = float(0);
|
||
|
float l4 = float(0);
|
||
|
l1 = 2;
|
||
|
l2 = 2.500000000e+00;
|
||
|
l3 = 2.500000000e+00;
|
||
|
l4 = 2.500000000e+00;
|
||
|
l0 = vec4(l1, l2, l3, l4);
|
||
|
return;
|
||
|
}
|
||
|
|
||
|
void F1(out vec4 l0) {
|
||
|
int l1 = 0;
|
||
|
float l2 = float(0);
|
||
|
float l3 = float(0);
|
||
|
float l4 = float(0);
|
||
|
l1 = 2;
|
||
|
l2 = 2.500000000e+00;
|
||
|
l3 = 2.500000000e+00;
|
||
|
l4 = 2.500000000e+00;
|
||
|
l0 = vec4(l1, l2, l3, l4);
|
||
|
return;
|
||
|
}
|