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