1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-19 07:22:03 +01:00
ebiten/internal/shader/testdata/const.expected.vs

7 lines
87 B
Plaintext
Raw Normal View History

void F0(out vec2 l0);
void F0(out vec2 l0) {
l0 = vec2(3.5000000000e+00);
return;
}