ebiten/internal/graphicsdriver
Hajime Hoshi edc2f8b961 internal/graphicsdriver/metal: Delay to get a texture for nextDrawable
See https://developer.apple.com/documentation/quartzcore/cametallayer

> To avoid stalls in your app, request a new drawable only when you
> need it, and release any references to it as quickly as possible
> after you’re done with it.

Updates #1196
2021-07-08 01:56:14 +09:00
..
metal internal/graphicsdriver/metal: Delay to get a texture for nextDrawable 2021-07-08 01:56:14 +09:00
opengl internal/driver: Add Graphics.Initialize 2021-07-07 13:58:42 +09:00