OpenGL.reload

Reload OpenGL function pointers.

Once a first OpenGL context has been created, you should call reload() to get the context you want. This will attempt to load every OpenGL function except deprecated. (warning, this may be dangerous because drivers may miss some functions).

class OpenGL
void
reload
()

Meta