1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-31 04:54:28 +01:00
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;
}