mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d: Allow library user to select Vulkan physical device.
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
473ab501ef
commit
ae014a29c4
@@ -57,6 +57,8 @@ struct vkd3d_device_create_info
|
||||
|
||||
struct vkd3d_instance *instance;
|
||||
const struct vkd3d_instance_create_info *instance_create_info;
|
||||
|
||||
VkPhysicalDevice vk_physical_device;
|
||||
};
|
||||
|
||||
/* resource flags */
|
||||
|
Reference in New Issue
Block a user