ebiten/internal/graphicsdriver/metal
2020-09-06 16:51:44 +09:00
..
ca graphicsdriver/metal: Update the minimum macOS version to 10.12 for Go 1.15 2020-07-25 04:18:26 +09:00
mtl shaderir/metal: Implement the shader IR compiler for Metal 2020-08-08 19:14:57 +09:00
ns ui: Replace the native window's type (unsafe.Pointer) with uintptr 2020-09-04 00:51:48 +09:00
graphics.go graphicsdriver/metal: Fix comments 2020-09-06 16:51:44 +09:00
README.md Add Metal implementation 2018-12-20 02:37:10 +09:00
shader.go grpahicsdriver/metal: Better error message 2020-08-09 04:06:30 +09:00
view_ios.go ui: Replace the native window's type (unsafe.Pointer) with uintptr 2020-09-04 00:51:48 +09:00
view_macos.go ui: Replace the native window's type (unsafe.Pointer) with uintptr 2020-09-04 00:51:48 +09:00
view.go ui: Replace the native window's type (unsafe.Pointer) with uintptr 2020-09-04 00:51:48 +09:00

These packages are copied from Dmitri Shuralyov's mtl packages and edited with Dmitri's permission:

  • github.com/hajimehoshi/ebiten/internal/graphicsdriver/metal/ca (copied from dmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/ca)
  • github.com/hajimehoshi/ebiten/internal/graphicsdriver/metal/mtl (copied from dmitri.shuralyov.com/gpu/mtl)
  • github.com/hajimehoshi/ebiten/internal/graphicsdriver/metal/ns (copied from dmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/ns)