mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
22fd1f107e
This just specifies that the constant refers to the number of source images passed to a shader. This makes a distinction with the number of dst images, that could potentially be more than 1 in the future. |
||
---|---|---|
.. | ||
ca | ||
mtl | ||
graphics_darwin.go | ||
README.md | ||
shader_darwin.go | ||
view_darwin.go | ||
view_ios.go | ||
view_macos.go |
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 fromdmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/ca
)github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/mtl
(copied fromdmitri.shuralyov.com/gpu/mtl
)github.com/hajimehoshi/ebiten/v2/internal/graphicsdriver/metal/ns
(copied fromdmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/ns
)