mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 01:15:35 +00:00
gpu/backend: move backend interface types to a separate package
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
package headless
|
||||
|
||||
func newContext() (backend, error) {
|
||||
func newContext() (context, error) {
|
||||
return newGLContext()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user