Documentation ¶
Overview ¶
Package gldriver provides an OpenGL driver for accessing a screen.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Main ¶
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.
func NewContext ¶
NewContext creates an OpenGL ES context with a dedicated processing thread.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.