mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
daf349ab72
Before this change, presenting happened when the rendering destination was the final screen. Now this assumption is wrong as the final screen might be used in the middle of the commands due to DrawFinalScreen. Instead, this change adds a new argument `present` to FlushCommands to present the screen explicitly at the end of the frame. Closes #2386 |
||
---|---|---|
.. | ||
doc.go | ||
image.go | ||
images_test.go | ||
images.go | ||
rect.go | ||
shader_test.go | ||
shader.go |