Skip to main content

vkGetDeviceQueue

Function vkGetDeviceQueue 

Source
pub unsafe extern "system" fn vkGetDeviceQueue(
    device: VkDevice,
    queueFamilyIndex: u32,
    queueIndex: u32,
    pQueue: *mut VkQueue,
)
Expand description

Available if built with exported-prototypes.