mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
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
|