mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 07:05:49 +00:00
Initialize context creation APIs on demand
This commit is contained in:
@@ -425,10 +425,6 @@ int _glfwPlatformInit(void)
|
||||
|
||||
_glfwPlatformPollEvents();
|
||||
|
||||
if (!_glfwInitWGL())
|
||||
return GLFW_FALSE;
|
||||
|
||||
_glfwInitEGL();
|
||||
_glfwInitTimerWin32();
|
||||
_glfwInitJoysticksWin32();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user