HansKristian-Work / vkd3d-proton

Fork of VKD3D. Development branches for Proton's Direct3D 12 implementation.
GNU Lesser General Public License v2.1
1.75k stars 184 forks source link

vkd3d: Add an interface for getting all information about a VkQueue #1985

Closed yshui closed 2 months ago

yshui commented 2 months ago

OpenXR's vulkan extension expects a queue index instead of a VkQueue handle directly, so we need to expose this information from vkd3d-proton to support that.