Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-25 | Thirdparty Vulkan: patch VMA to fix assets | Sergey Minakov | |
Applies VMA master branch patch that removes incorrect asserts: issue: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/issues/102 patch: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator/commit/39aeff7a434801c5f8a2432b9544a2165e63e697 | |||
2020-03-09 | vulkan: Re-add option to build Vulkan-Loader statically | RĂ©mi Verschelde | |
Upstream removed the option in KhronosGroup/Vulkan-Loader#260, which breaks our current use case. This commit reverts KhronosGroup/Vulkan-Loader#260 is our vendored loader. We may need to re-evaluate how we link the loader, but until then, reverting this PR fixes Windows support after the upgrade to a recent SDK version in #36932. |