ebiten/internal/shader/testdata/func_body.expected.vs
2020-06-08 11:18:27 +09:00

5 lines
72 B
GLSL

void F0(in vec2 l0, out vec4 l1) {
l1 = vec4(l0, 0.0, 1.0);
return;
}