mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
9 lines
116 B
Forth
9 lines
116 B
Forth
|
void main(void) {
|
||
|
if (true) {
|
||
|
gl_FragColor = gl_FragCoord;
|
||
|
return;
|
||
|
}
|
||
|
gl_FragColor = gl_FragCoord;
|
||
|
return;
|
||
|
}
|