dmitri.shuralyov.com/gpu/mtl

Document macOS version 10.13+ requirement.

Decide on and document the minimum supported macOS version as 10.13.
macOS 10.13 runs on the same hardware as 10.12, so anyone with 10.12
can update to 10.13 and use this package. I don't have access to older
versions of macOS to test with, nor do I have the bandwidth to support
them.
dmitshur committed 5 years ago commit d15030e56f3b46926f888f4ea5733d47fc6fa389
Showing partial commit. Full Commit
Collapse all
mtl.go
@@ -1,9 +1,11 @@
// +build darwin

// Package mtl provides access to Apple's Metal API (https://developer.apple.com/documentation/metal).
//
// Package mtl requires macOS version 10.13 or newer.
//
// This package is in very early stages of development.
// The API will change when opportunities for improvement are discovered; it is not yet frozen.
// Less than 20% of the Metal API surface is implemented.
// Current functionality is sufficient to render very basic geometry.
package mtl