ebiten/internal/shareable
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
..
shareable_test.go shareable: Use CopyPixels 2019-02-03 02:51:56 +09:00
shareable.go shareable: Use CopyPixels 2019-02-03 02:51:56 +09:00