mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
0c70823f27
This change introduces a queue for delayed graphics commands. When an image's pixels are retrieved or the screen is rendered, Ebiten calculates the set of the necessary draw commands and execute them. This reduces the number of draw calls especially for the launching phase. Fixes #921 |
||
---|---|---|
.. | ||
affine | ||
clock | ||
devicescale | ||
driver | ||
glfw | ||
graphics | ||
graphicscommand | ||
graphicsdriver | ||
hooks | ||
jsutil | ||
packing | ||
png | ||
restorable | ||
shareable | ||
testflock | ||
thread | ||
uidriver | ||
web |