import "golang.org/x/exp/shiny/driver/gldriver"
Package gldriver provides an OpenGL driver for accessing a screen.
buffer.go context.go egl.go gldriver.go screen.go texture.go window.go x11.go
Main is called by the program's main function to run the graphical application.
It calls f on the Screen, possibly in a separate goroutine, as some OS- specific libraries require being on 'the main thread'. It returns when f returns.
NewContext creates an OpenGL ES context with a dedicated processing thread.
Package gldriver imports 26 packages (graph) and is imported by 5 packages. Updated 2020-12-30. Refresh now. Tools for package owners.