Type Definition window::ProcAddress

source ·
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.