mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 15:17:59 +00:00
winex11: Request VK_KHR_external_memory_capabilities in get_gpu_properties_from_vulkan().
Required for VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_ID_PROPERTIES. Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
ab237f0a90
commit
dd25789fb2
1 changed files with 1 additions and 0 deletions
|
@ -622,6 +622,7 @@ static BOOL get_gpu_properties_from_vulkan( struct x11drv_gpu *gpu, const XRRPro
|
|||
static const char *extensions[] =
|
||||
{
|
||||
VK_KHR_GET_PHYSICAL_DEVICE_PROPERTIES_2_EXTENSION_NAME,
|
||||
VK_KHR_EXTERNAL_MEMORY_CAPABILITIES_EXTENSION_NAME,
|
||||
"VK_EXT_acquire_xlib_display",
|
||||
"VK_EXT_direct_mode_display",
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue