ebiten/internal/graphicsdriver/metal
Hajime Hoshi 12533c2cce Revert "internal/graphicsdriver/metal: bug fix: need to commit replace-pixels commands at DrawTriangles"
This reverts commit ac802cf0d0.

Reason: This caused flickerings, and didn't solve #2154

Updates #2154
Closes #2174
2022-07-03 12:17:58 +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/graphicsdriver/metal: bug fix: need to commit replace-pixels commands at DrawTriangles" 2022-07-03 12:17:58 +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)