ebiten/internal/graphicsdriver/metal
TotallyGamerJet fb612ab443
internal/cocoa, internal/graphicsdriver/mtl: remove usages of NSInvocations to directly call ID.Send (#2464)
purego now supports using floats as arguments.
We can remove these instances of NSInvocation that
only existed to circumvent that feature.

Updates #1162
2022-11-20 23:48:22 +09:00
..
ca all: use RTLD_LAZY in dlopen for darwin (#2453) 2022-11-14 04:44:51 +09:00
mtl internal/cocoa, internal/graphicsdriver/mtl: remove usages of NSInvocations to directly call ID.Send (#2464) 2022-11-20 23:48:22 +09:00
ns internal/graphicsdriver/metal: remove C for macOS (#2243) 2022-08-18 01:39:34 +09:00
graphics_darwin.go internal/graphicsdriver: fix comments 2022-11-20 23:18:40 +09:00
README.md Update import paths in the documents 2020-10-04 05:07:08 +09:00
shader_darwin.go ebiten: rename members of Blend 2022-10-17 00:51:55 +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 all: remove the build tag 2022-09-15 00:23:40 +09:00
view_macos_darwin.go all: remove old // +build comments (#2431) 2022-11-03 12:55:14 +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)