ebiten/internal/graphicscommand
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
..
command.go graphics: Explicit limitation of indices at DrawTriangles 2018-11-23 19:02:10 +09:00
debug_ebitendebug.go Rename graphics -> graphicscommand 2018-10-28 20:10:05 +09:00
debug_notebitendebug.go Rename graphics -> graphicscommand 2018-10-28 20:10:05 +09:00
doc.go Rename graphics -> graphicscommand 2018-10-28 20:10:05 +09:00
driver.go graphicsdriver/opengl: Rename GetDriver -> Get 2018-11-13 00:01:26 +09:00
image.go graphicscommand: Optimize replace-image calls 2018-12-01 21:36:47 +01:00