GLFWglproc

Client API function pointer type.

Generic function pointer used for returning client API function pointers without forcing a cast from a regular pointer.

@sa @ref context_glext @sa @ref glfwGetProcAddress

extern (C) @nogc nothrow __gshared
alias GLFWglproc = void function()

Meta

Since

Added in version 3.0.

Ingroup: context