mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-08 02:45:38 +00:00
app: implement CustomRenderer option
CustomRenderer disables the construction and binding of a GPU context to the Window. Combined with ViewEvent and gpu.New, a Gio client can mix Gio UI and custom rendering. Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -29,6 +29,7 @@ type Options struct {
|
||||
StatusColor *color.NRGBA
|
||||
NavigationColor *color.NRGBA
|
||||
Orientation *Orientation
|
||||
CustomRenderer bool
|
||||
}
|
||||
|
||||
type WindowMode uint8
|
||||
|
||||
Reference in New Issue
Block a user