ebiten/internal/graphicsdriver
Hajime Hoshi 7d998d8203 internal/graphicscommand: bug fix: using an image just after ReplacePixels might fail on Metal
Inserting a dummy rendering command after ReplacePixels and before
DrawTriangles solved the issue. This is a very dirty hack, but
there seems no other better way.

Closes #2154
2022-07-03 16:00:39 +09:00
..
directx internal/graphicsdriver/directx: bug fix: clear constant buffers at the end of DrawTriangles 2022-06-19 17:19:31 +09:00
metal internal/graphicscommand: bug fix: using an image just after ReplacePixels might fail on Metal 2022-07-03 16:00:39 +09:00
opengl internal/graphicsdriver: remove Graphics.NDCYDirection 2022-04-04 03:03:44 +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/graphicsdriver: remove Graphics.NDCYDirection 2022-04-04 03:03:44 +09:00