Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DefaultConfigAttributes = []int32{ egl.RED_SIZE, 8, egl.GREEN_SIZE, 8, egl.BLUE_SIZE, 8, egl.ALPHA_SIZE, 8, egl.DEPTH_SIZE, 8, egl.RENDERABLE_TYPE, egl.OPENGL_ES2_BIT, egl.NONE, } DefaultContextAttributes = []int32{ egl.CONTEXT_CLIENT_VERSION, 2, egl.NONE, } )
Functions ¶
func Initialize ¶
func Initialize(window egl.NativeWindowType, configAttr, contextAttr []int32)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.