ebiten/internal/graphicscommand
Hajime Hoshi ed494dbf59 restorable: Reland: Do not record pixels if restoring is not requried
This change also remove the restrictions of operations on
graphicscommand.Image. For example, now DrawTriangles and
ReplacePixels can be mixed on the same image.

Fixes #1022
2020-11-14 15:00:16 +09:00
..
command.go ebiten: Allow rendering on a sub-image by scissor test 2020-11-08 00:58:44 +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
image_test.go restorable: Reland: Do not record pixels if restoring is not requried 2020-11-14 15:00:16 +09:00
image.go restorable: Reland: Do not record pixels if restoring is not requried 2020-11-14 15:00:16 +09:00
shader.go Update version to v2.0.0-alpha 2020-10-04 04:30:40 +09:00
thread.go graphicscommand: Remove the dependency on internal/thread 2020-10-17 20:43:17 +09:00