mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-09-13 09:16:14 -07:00
libs/vkd3d: Require VK_KHR_maintenance1 device extension.
This commit is contained in:
parent
b288c9e672
commit
d515e3d047
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user