ebiten/internal/graphicsdriver
Hajime Hoshi e0fbfc2bb0 internal/graphicsdriver/metal: Do not retain MTLCommandBuffer for MTLBuffer
Before this change, a command buffer is retained indirectly by
a buffer, and this might extend the life of drawable unexpectedly.

This change stops using command buffers as a key of the buffers pool,
and use a counter increated by nextDrawable calls.

Updates #1196
2021-07-07 02:52:04 +09:00
..
metal internal/graphicsdriver/metal: Do not retain MTLCommandBuffer for MTLBuffer 2021-07-07 02:52:04 +09:00
opengl internal/graphicsdriver/metal: Skip clearing the screen on Metal 2021-07-07 01:45:51 +09:00