1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2025-01-30 10:58:50 -05:00

Add links to GLFWglproc reference

This commit is contained in:
Camilla Berglund 2015-11-05 13:58:52 +01:00
parent 98b478fec1
commit bce20c3280

View File

@ -738,6 +738,9 @@ extern "C" {
* Generic function pointer used for returning client API function pointers
* without forcing a cast from a regular pointer.
*
* @sa @ref context_glext
* @sa glfwGetProcAddress
*
* @ingroup context
*/
typedef void (*GLFWglproc)(void);