mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-05 17:35:36 +00:00
ui/app: add GL buffer caches
Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
@@ -34,6 +34,7 @@ func newContext(w *window) (*context, error) {
|
||||
ctx := C.gio_contextForView(w.contextView())
|
||||
c := &context{
|
||||
ctx: ctx,
|
||||
c: new(gl.Functions),
|
||||
}
|
||||
return c, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user