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

5 lines
46 B
Plaintext
Raw Normal View History

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