⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

Backend.Vulkan.QueueFamilyIndex

static uint QueueFamilyIndex(BackendVulkanQueue queue)

Gets the queue family index StereoKit uses for the given queue family. This is the value you’d use when creating command pools or performing queue family ownership transfers.

   
BackendVulkanQueue queue Which queue family to look up.
RETURNS: uint The Vulkan queue family index, or uint.MaxValue if that family is not available on this device (for example, video decode).




Found an issue with these docs, or have some additional questions? Create an Issue on Github!