# Functions
BindTexture binds a named texture to a texturing target.
CreateTexture creates a texture for go-flutter uses.
DeleteTextures deletes named textures.
GLFWWindowHint sets hints for the next call to CreateWindow.
Init opengl.
Ptr takes a slice or pointer (to a singular scalar value or the first element of an array or slice) and returns its GL-compatible address.
TexImage2D specifies a two-dimensional texture image.