pub type PFN_vkInternalAllocationNotification = Option<FN_vkInternalAllocationNotification>;Expand description
PFN_vkInternalAllocationNotification
Aliased Type§
pub enum PFN_vkInternalAllocationNotification {
None,
Some(unsafe extern "system" fn(*mut c_void, usize, VkInternalAllocationType, VkSystemAllocationScope)),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*mut c_void, usize, VkInternalAllocationType, VkSystemAllocationScope))
Some value of type T.