Packages

dmitri.shuralyov.com/gpu/mtl/...

Path Synopsis
dmitri.shuralyov.com/gpu/mtlPackage mtl provides access to Apple's Metal API (https://developer.apple.com/documentation/metal).
dmitri.shuralyov.com/gpu/mtl/cmd/mtlinfomtlinfo is a tool that displays information about Metal devices in the system.
dmitri.shuralyov.com/gpu/mtl/example/hellotrianglehellotriangle is an example Metal program that renders a single frame with a triangle.
dmitri.shuralyov.com/gpu/mtl/example/movingtrianglemovingtriangle is an example Metal program that displays a moving triangle in a window.
dmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/appkitPackage appkit provides access to Apple's AppKit API (https://developer.apple.com/documentation/appkit).
dmitri.shuralyov.com/gpu/mtl/example/movingtriangle/internal/coreanimPackage coreanim provides access to Apple's Core Animation API (https://developer.apple.com/documentation/quartzcore).