ebiten/internal/graphicsdriver/metal
Hajime Hoshi be1a0e90e7 internal/graphicsdriver/metal: Bug fix: TestImageEvenOdd failed
RenderCommandEncoder must be reset whenever the stencil mode is
'prepareStencil' in order to clear the stencil buffer.
2021-07-06 15:11:23 +09:00
..
ca Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
mtl internal/graphicsdriver/metal/mtl: Bug fix: Test failure 2021-07-05 21:28:25 +09:00
ns Add go:build comments with go1.17beta1 fmt 2021-06-11 01:11:46 +09:00
graphics.go internal/graphicsdriver/metal: Bug fix: TestImageEvenOdd failed 2021-07-06 15:11:23 +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 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)