ebiten/internal/graphicsdriver
Hajime Hoshi c6dd0a75d9 graphicscommand: Optimize replace-image calls
Now ReplacePixels command is called only when necessary.

This also ensures that DrawImage must be called after ReplacePixels
is called since there is a potential problem that rendering images
on a texture without initializing by replacing pixels might cause
problems (escpecially on Metal. Perhaps #593 might be related).
2018-12-01 21:36:47 +01:00
..
opengl graphicscommand: Optimize replace-image calls 2018-12-01 21:36:47 +01:00
graphicsdriver.go graphicsdriver: Rename Delete -> Dispose 2018-11-12 23:44:39 +09:00