mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-12 22:17:26 +01:00
ece60af1b7
presentsWithTransaction caused many troubles. The critical thing was that nextDrawable sometimes took more than one second when a user inputs with NSTextView. Fortunately, applications work well even without presentsWithTransaction. Updates #1029 Updates #1196 Updates #1745 Updates #1974 |
||
---|---|---|
.. | ||
ca | ||
mtl | ||
ns | ||
graphics_darwin.go | ||
README.md | ||
shader_darwin.go | ||
view_darwin.go | ||
view_ios.go | ||
view_macos_darwin.go |
These packages are copied from Dmitri Shuralyov's mtl packages and edited with Dmitri's permission:
github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ca
(copied fromdmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/ca
)github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/mtl
(copied fromdmitri.shuralyov.com/gpu/mtl
)github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ns
(copied fromdmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/ns
)