ebiten/internal/atlas
Hajime Hoshi daf349ab72 internal/graphicscommand: bug fix: present at the end of the frame explicitly
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
2022-10-15 01:54:46 +09:00
..
export_test.go internal/atlas: do not adjust pixels for DrawTriangles(Shader) 2022-10-11 02:09:20 +09:00
image_test.go internal/atlas: do not adjust pixels for DrawTriangles(Shader) 2022-10-11 02:09:20 +09:00
image.go internal/graphicscommand: bug fix: present at the end of the frame explicitly 2022-10-15 01:54:46 +09:00
shader_test.go internal/atlas: remove unused arguments from DrawTriangles 2022-10-02 23:06:27 +09:00
shader.go all: use Kage shaders in internal packages 2022-10-02 19:17:09 +09:00