Initialize Vulkan API on demand

This commit is contained in:
Camilla Berglund
2016-07-20 15:11:02 +02:00
parent 2060de5ed0
commit 614debd13f
3 changed files with 31 additions and 30 deletions
-2
View File
@@ -130,8 +130,6 @@ GLFWAPI int glfwInit(void)
return GLFW_FALSE;
}
_glfwInitVulkan();
_glfw.monitors = _glfwPlatformGetMonitors(&_glfw.monitorCount);
_glfwInitialized = GLFW_TRUE;