MCPcopy
hub / github.com/go-qml/qml / Contexter

Interface Contexter

gl/glbase/glbase.go:14–16  ·  view source on GitHub ↗

Contexter is implemented by values that have an assigned OpenGL context.

Source from the content-addressed store, hash-verified

12
13// Contexter is implemented by values that have an assigned OpenGL context.
14type Contexter interface {
15 GLContext() *Context
16}
17
18type (
19 Bitfield uint32

Callers

nothing calls this directly

Implementers 1

Painterqml.go

Calls

no outgoing calls

Tested by

no test coverage detected