ebiten/internal/graphicsdriver/metal
2021-07-01 13:56:42 +09:00
..
ca Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
mtl Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
ns Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
graphics.go internal/driver: Define InvalidImageID / InvalidShaderID 2021-07-01 13:56:42 +09:00
README.md Update import paths in the documents 2020-10-04 05:07:08 +09:00
shader.go Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +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 Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +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)