Skip to content
Snippets Groups Projects
Commit d515e3d0 authored by Józef Kucia's avatar Józef Kucia
Browse files

libs/vkd3d: Require VK_KHR_maintenance1 device extension.

parent b288c9e6
No related branches found
No related tags found
No related merge requests found
......@@ -356,6 +356,7 @@ static HRESULT vkd3d_create_vk_device(struct d3d12_device *device)
static const char * const extensions[] =
{
VK_KHR_SWAPCHAIN_EXTENSION_NAME,
VK_KHR_MAINTENANCE1_EXTENSION_NAME,
};
const struct vkd3d_vk_instance_procs *vk_procs = &device->vkd3d_instance.vk_procs;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment