1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-31 04:54:28 +01:00
ebiten/internal/shader/testdata/const.expected.vs
2021-04-09 00:00:49 +09:00

7 lines
87 B
GLSL

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