Skip to main content

PFN_vkInternalAllocationNotification

Type Alias PFN_vkInternalAllocationNotification 

Source
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§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.