pub type ProcAddress = *const ();Expand description
The type of an OpenGL function address.
Note: This is a raw pointer. It can be null!
See OpenGLWindow for more information.
pub 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.