pub type PFN_vkGetDeviceQueue2 = Option<unsafe extern "system" fn(device: VkDevice, pQueueInfo: *const VkDeviceQueueInfo2, pQueue: *mut VkQueue)>;
Aliased Type§
pub enum PFN_vkGetDeviceQueue2 {
None,
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkDeviceQueueInfo2, *mut *mut VkQueue_T)),
}
Variants§
None
No value.
Some(unsafe extern "system" fn(*mut VkDevice_T, *const VkDeviceQueueInfo2, *mut *mut VkQueue_T))
Some value of type T
.