mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 23:55:39 +00:00
gpu/internal/d3d11: make the Direct3D backend internal to package gpu
The package app/internal/d3d11 now contains only the GPU backend on Direct3D. Move it below package gpu to reflect that. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
+2
-1
@@ -29,8 +29,9 @@ import (
|
||||
"gioui.org/op"
|
||||
"gioui.org/op/clip"
|
||||
|
||||
// Register backend.
|
||||
// Register backends.
|
||||
_ "gioui.org/gpu/gl"
|
||||
_ "gioui.org/gpu/internal/d3d11"
|
||||
)
|
||||
|
||||
type GPU interface {
|
||||
|
||||
Reference in New Issue
Block a user