ebiten/internal/graphicsdriver/metal
2021-07-09 20:21:04 +09:00
..
ca internal/graphicsdriver/metal: Make FPS stable by 'presentsWithTransaction' 2021-07-08 18:11:19 +09:00
mtl internal/graphicsdriver/metal: Make FPS stable by 'presentsWithTransaction' 2021-07-08 18:11:19 +09:00
ns Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
graphics.go internal/restorable: Bug fix: Test failed on macOS (Metal) 2021-07-09 20:21:04 +09:00
README.md Update import paths in the documents 2020-10-04 05:07:08 +09:00
shader.go internal/graphicsdriver/metal: Bug fix: Crashed with METAL_DEVICE_WRAPPER_TYPE=1 2021-07-06 14:06:06 +09:00
view_ios.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
view_macos.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
view.go internal/graphicsdriver/metal: Make FPS stable by 'presentsWithTransaction' 2021-07-08 18:11:19 +09:00

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 from dmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/ca)
  • github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/mtl (copied from dmitri.shuralyov.com/gpu/mtl)
  • github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ns (copied from dmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/ns)