mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Made glfwGetProcAddress return a function pointer.
This commit is contained in:
+1
-1
@@ -613,7 +613,7 @@ GLFWAPI int glfwExtensionSupported(const char* extension)
|
||||
// This function can be used to get access to extended OpenGL functions.
|
||||
//========================================================================
|
||||
|
||||
GLFWAPI void* glfwGetProcAddress(const char* procname)
|
||||
GLFWAPI GLFWglproc glfwGetProcAddress(const char* procname)
|
||||
{
|
||||
if (!_glfwInitialized)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user