forked from joejulian/gio
3b2992c37e
The OpenGL (ES) implementations on Apple platforms are deprecated and don't support GPU compute programs. This change adds support for the replacement, the Metal GPU API. Signed-off-by: Elias Naur <mail@eliasnaur.com>
6 lines
129 B
Go
6 lines
129 B
Go
// SPDX-License-Identifier: Unlicense OR MIT
|
|
|
|
// This file exists so this package builds on non-Darwin platforms.
|
|
|
|
package metal
|