ebiten/internal/shader/testdata/bool.expected.vs
2020-07-28 00:04:03 +09:00

7 lines
69 B
GLSL

void F0(out bool l0);
void F0(out bool l0) {
l0 = true;
return;
}