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

6 lines
48 B
GLSL

bool F0(void);
bool F0(void) {
return true;
}