PFN_vkInternalAllocationNotification

Type Alias PFN_vkInternalAllocationNotification 

Source
pub type PFN_vkInternalAllocationNotification = Option<unsafe extern "system" fn(pUserData: *mut c_void, size: usize, allocationType: VkInternalAllocationType, allocationScope: VkSystemAllocationScope)>;

Aliased Type§

pub enum PFN_vkInternalAllocationNotification {
    None,
    Some(unsafe extern "system" fn(*mut c_void, usize, u32, u32)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*mut c_void, usize, u32, u32))

Some value of type T.