mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2025-04-13 05:43:18 -07:00
libs/vkd3d: Export a function to get the Vulkan queue family index from a d3d12 command queue.
This commit is contained in:
@@ -47,6 +47,7 @@ HRESULT vkd3d_create_image_resource(ID3D12Device *device, const D3D12_RESOURCE_D
|
||||
VkDevice vkd3d_get_vk_device(ID3D12Device *device);
|
||||
VkInstance vkd3d_get_vk_instance(ID3D12Device *device);
|
||||
VkQueue vkd3d_get_vk_queue(ID3D12CommandQueue *queue);
|
||||
uint32_t vkd3d_get_vk_queue_family_index(ID3D12CommandQueue *queue);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user