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)),
}