Skip to main content

PFN_vkGetDeviceQueue

Type Alias PFN_vkGetDeviceQueue 

Source
pub type PFN_vkGetDeviceQueue = Option<unsafe extern "system" fn(device: Device, queue_family_index: u32, queue_index: u32, p_queue: *mut Queue)>;
Expand description

vkGetDeviceQueue Provided by VK_BASE_VERSION_1_0.

Aliased Type§

pub enum PFN_vkGetDeviceQueue {
    None,
    Some(unsafe extern "system" fn(Device, u32, u32, *mut Queue)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, u32, u32, *mut Queue))

Some value of type T.