ebiten/internal/graphicsdriver/metal
2022-07-04 11:50:06 +09:00
..
ca internal/graphicsdriver/metal: support macOS 10.12 by removing packed types 2022-05-28 23:57:59 +09:00
mtl internal/graphicsdriver/metal: support macOS 10.12 by removing packed types 2022-05-28 23:57:59 +09:00
ns internal/graphicsdriver/metal: support macOS 10.12 by removing packed types 2022-05-28 23:57:59 +09:00
graphics_darwin.go Revert "internal/graphicscommand: bug fix: using an image just after ReplacePixels might fail on Metal" 2022-07-04 11:50:06 +09:00
graphics_ios.go internal/ui: refactoring: simplify the selection of graphics libraries 2022-03-23 02:21:53 +09:00
graphics_macos_darwin.go internal/ui: refactoring: simplify the selection of graphics libraries 2022-03-23 02:21:53 +09:00
README.md Update import paths in the documents 2020-10-04 05:07:08 +09:00
shader_darwin.go internal/shaderir/msl: rename the package name 2022-03-10 16:25:11 +09:00
view_darwin.go internal/ui: refactoring: remove dependency on the package mtl 2022-02-11 23:11:49 +09:00
view_ios.go internal/graphicsdriver/metal: rename files 2022-02-11 21:49:05 +09:00
view_macos_darwin.go internal/graphicsdriver/metal: rename files 2022-02-11 21:49:05 +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)