mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 10:05:10 +00:00
Add links to GLFWglproc reference
This commit is contained in:
parent
98b478fec1
commit
bce20c3280
@ -738,6 +738,9 @@ extern "C" {
|
|||||||
* Generic function pointer used for returning client API function pointers
|
* Generic function pointer used for returning client API function pointers
|
||||||
* without forcing a cast from a regular pointer.
|
* without forcing a cast from a regular pointer.
|
||||||
*
|
*
|
||||||
|
* @sa @ref context_glext
|
||||||
|
* @sa glfwGetProcAddress
|
||||||
|
*
|
||||||
* @ingroup context
|
* @ingroup context
|
||||||
*/
|
*/
|
||||||
typedef void (*GLFWglproc)(void);
|
typedef void (*GLFWglproc)(void);
|
||||||
|
Loading…
Reference in New Issue
Block a user