ebiten/internal/graphicsdriver
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
..
directx internal/graphicsdriver/directx: bug fix: ignore DXGI_STATUS_OCCLUDED 2022-07-04 12:55:36 +09:00
metal Revert "internal/graphicscommand: bug fix: using an image just after ReplacePixels might fail on Metal" 2022-07-04 11:50:06 +09:00
opengl internal/graphicsdriver/opengl: replace Get with NewGraphics (#2146) 2022-06-17 02:02:29 +09:00
compositemode.go internal/driver: rename to internal/graphicsdriver 2022-02-06 20:41:32 +09:00
filter.go internal/driver: rename to internal/graphicsdriver 2022-02-06 20:41:32 +09:00
graphics.go internal/graphicscommand: bug fix: replacePixelsCommand should not read pixels 2022-07-05 23:30:26 +09:00