1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-01-14 21:12:03 +01:00
ebiten/internal/shader/testdata/issue1238.expected.fs

9 lines
116 B
Forth
Raw Normal View History

void main(void) {
if (true) {
gl_FragColor = gl_FragCoord;
return;
}
gl_FragColor = gl_FragCoord;
return;
}