From bce20c328017a26f9ede302d2612c35899fea3d6 Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Thu, 5 Nov 2015 13:58:52 +0100 Subject: [PATCH] Add links to GLFWglproc reference --- include/GLFW/glfw3.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 8a7edefd..b1c5d449 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -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);