ebiten/internal/processtest/testdata
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
..
issue1753.go internal/graphicsdriver/opengl: Bug fix: A location cache map must be reset when a program is deleted 2021-08-15 04:54:20 +09:00
issue2079.go internal/ui: bug fix: deadlock at Layout with Ebiten's image functions called 2022-04-26 01:14:40 +09:00
issue2089.go internal/processtest/testdata: add a test case for #2089 2022-05-08 23:45:39 +09:00
issue2138.go internal/graphicsdriver/directx: bug fix: clear constant buffers at the end of DrawTriangles 2022-06-19 17:19:31 +09:00
issue2154.go internal/graphicscommand: bug fix: using an image just after ReplacePixels might fail on Metal 2022-07-03 16:00:39 +09:00