ebiten/internal/graphicscommand
Hajime Hoshi d3d56c076d shareable: Use CopyPixels
CopyPixels is basically Pixels and ReplacePixels, but executed
lazily while Pixels reads pixels from GPU immediately. Thanks to
this, restorable.Image no longer need to keep pixel data if not
needed.
2019-02-03 02:51:56 +09:00
..
command.go shareable: Use CopyPixels 2019-02-03 02:51:56 +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_mac.go graphicscommand: Rename functions 2019-01-12 01:33:27 +09:00
driver_notmac.go Add Metal implementation 2018-12-20 02:37:10 +09:00
image_test.go graphicscommand: Explicitly forbide ReplacePixels for a part after DrawImage 2019-01-06 05:15:27 +09:00
image.go shareable: Use CopyPixels 2019-02-03 02:51:56 +09:00