Cleanup of 8bdb105897.

Add build macro to configuration header and documentation.  Add
corresponding CMake option.  Add change log entry and credit.  Add
loader static library to link dependencies and add detection to
FindVulkan.cmake.
This commit is contained in:
Camilla Berglund
2016-08-05 00:23:16 +02:00
parent 8bdb105897
commit 7c3706763a
8 changed files with 43 additions and 7 deletions
-1
View File
@@ -80,7 +80,6 @@ GLFWbool _glfwInitVulkan(void)
_glfwTerminateVulkan();
return GLFW_FALSE;
}
#endif // _GLFW_VULKAN_STATIC
err = vkEnumerateInstanceExtensionProperties(NULL, &count, NULL);