Type Definition window::ProcAddress [−][src]
type ProcAddress = *const ();
The type of an OpenGL function address.
Note: This is a raw pointer. It can be null!
See OpenGLWindow
for more information.
type ProcAddress = *const ();
The type of an OpenGL function address.
Note: This is a raw pointer. It can be null!
See OpenGLWindow
for more information.