1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[dxvk] Require VK_KHR_maintenance2

This extension helps with some compatibility issues that are
somewhat inevitable during the D3D11->Vulkan translation.
This commit is contained in:
Philip Rebohle 2018-01-01 23:27:51 +01:00
parent 003ce2130e
commit 21582b955a

View File

@ -204,6 +204,7 @@ namespace dxvk {
VK_KHR_SHADER_DRAW_PARAMETERS_EXTENSION_NAME,
VK_KHR_SWAPCHAIN_EXTENSION_NAME,
VK_KHR_MAINTENANCE1_EXTENSION_NAME,
VK_KHR_MAINTENANCE2_EXTENSION_NAME,
};
const vk::NameSet extensionsAvailable