ebiten/internal/shareable
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
..
shareable_test.go Merge graphics and graphicsutil 2018-10-28 23:03:06 +09:00
shareable.go graphicscommand: Optimize replace-image calls 2018-12-01 21:36:47 +01:00
size_macos.go shareable: Don't extend textures on macOS 2018-06-20 11:57:39 +09:00
size_notmacos.go shareable: Don't extend textures on macOS 2018-06-20 11:57:39 +09:00