1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-18 06:52:02 +01:00
ebiten/internal/shader/testdata/const.expected.vs

6 lines
66 B
GLSL

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