Skip to main content

PFN_vkGetDeviceQueue2

Type Alias PFN_vkGetDeviceQueue2 

Source
pub type PFN_vkGetDeviceQueue2 = Option<unsafe extern "system" fn(device: Device, p_queue_info: *const DeviceQueueInfo2, p_queue: *mut Queue)>;
Expand description

vkGetDeviceQueue2 Provided by VK_BASE_VERSION_1_1.

Aliased Type§

pub enum PFN_vkGetDeviceQueue2 {
    None,
    Some(unsafe extern "system" fn(Device, *const DeviceQueueInfo2, *mut Queue)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.