mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d: Allow library user to enable additional device extensions.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
committed by
Alexandre Julliard
parent
12aa2cb74c
commit
fc31637040
@@ -66,6 +66,9 @@ struct vkd3d_device_create_info
|
||||
|
||||
VkPhysicalDevice vk_physical_device;
|
||||
|
||||
const char * const *device_extensions;
|
||||
uint32_t device_extension_count;
|
||||
|
||||
LUID adapter_luid;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user