ebiten/internal/graphicscommand
Hajime Hoshi 8522bfd0bf internal/graphicscommand: bug fix: replacePixelsCommand should not read pixels
Reading pixels, writing pixels, and using the image as a source might
cause a flaky behavior with Metal. Stop reading pixels if possible.

Closes #2180
2022-07-05 23:30:26 +09:00
..
command.go internal/graphicscommand: bug fix: replacePixelsCommand should not read pixels 2022-07-05 23:30:26 +09:00
doc.go Rename graphics -> graphicscommand 2018-10-28 20:10:05 +09:00
image_test.go internal/graphicscommand: bug fix: replacePixelsCommand should not read pixels 2022-07-05 23:30:26 +09:00
image.go internal/graphicscommand: bug fix: replacePixelsCommand should not read pixels 2022-07-05 23:30:26 +09:00
shader.go ebiten: compile shaders at NewShader 2022-04-04 02:52:57 +09:00
thread.go internal/graphicscommand: add a comment 2022-02-28 00:15:52 +09:00