PFN_vkGetDeviceQueue

Type Alias PFN_vkGetDeviceQueue 

Source
pub type PFN_vkGetDeviceQueue = Option<unsafe extern "system" fn(device: VkDevice, queueFamilyIndex: u32, queueIndex: u32, pQueue: *mut VkQueue)>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut VkDevice_T, u32, u32, *mut *mut VkQueue_T))

Some value of type T.