PFN_vkGetDeviceQueue

Type Alias PFN_vkGetDeviceQueue 

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

Aliased Type§

pub enum PFN_vkGetDeviceQueue {
    None,
    Some(unsafe extern "C" fn(Handle<DeviceT>, u32, u32, *mut Handle<QueueT>)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(Handle<DeviceT>, u32, u32, *mut Handle<QueueT>))

Some value of type T.