Question about how queueIndex
in XrGraphicsBindingVulkanKHR
is interpreted.
#168
Labels
synced to gitlab
A corresponding issue has been filed in the Khronos internal GitLab
I assume after the XR runtime gets the queue index, it would want to get the
VkQueue
by callingvkGetDeviceQueue
?But according to the spec, for
vkGetDeviceQueue
:What if the application wants to use a queue created with a non-zero flag? Doesn't seem to be a way to communicate the queue creation flag to the runtime.
The text was updated successfully, but these errors were encountered: