ebiten/internal/shader/testdata/issue1874.expected.vs

7 lines
116 B
GLSL

void F0(out float l0);
void F0(out float l0) {
l0 = (sin(1.0000000000e-01)) + (cos(2.0000000000e-01));
return;
}