ebiten/internal/shader/testdata/bool.expected.vs

7 lines
69 B
Plaintext
Raw Normal View History

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