pub type PFN_vkInternalAllocationNotification = Option<unsafe extern "C" fn(pUserData: *mut c_void, size: usize, allocationType: VkInternalAllocationType, allocationScope: VkSystemAllocationScope)>;Aliased Type§
pub enum PFN_vkInternalAllocationNotification {
None,
Some(unsafe extern "C" fn(*mut c_void, usize, VkInternalAllocationType, VkSystemAllocationScope)),
}Variants§
None
No value.
Some(unsafe extern "C" fn(*mut c_void, usize, VkInternalAllocationType, VkSystemAllocationScope))
Some value of type T.