ebiten/internal/graphicscommand
Hajime Hoshi e21636fbb9 internal/graphicscommand: clear the queue regardless of an error
There was a potential issue that commands in the queue are never
reset when an error happens and the queue continues to send errors.
This is problematic especially for testings.

This change fixes the issue by Go's defer.
2022-03-21 20:10:03 +09:00
..
command.go internal/graphicscommand: clear the queue regardless of an error 2022-03-21 20:10:03 +09:00
doc.go Rename graphics -> graphicscommand 2018-10-28 20:10:05 +09:00
image_test.go internal/graphicscommand: add a new paramter 'mask' to ReplacePixels 2022-03-21 01:11:01 +09:00
image.go internal/graphicscommand: add a new paramter 'mask' to ReplacePixels 2022-03-21 01:11:01 +09:00
shader.go internal/driver: rename to internal/graphicsdriver 2022-02-06 20:41:32 +09:00
thread.go internal/graphicscommand: add a comment 2022-02-28 00:15:52 +09:00