Skip to main content

PFN_vkInternalAllocationNotification

Type Alias PFN_vkInternalAllocationNotification 

Source
pub type PFN_vkInternalAllocationNotification = Option<unsafe extern "system" fn()>;

Aliased Type§

pub enum PFN_vkInternalAllocationNotification {
    None,
    Some(unsafe extern "system" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn())

Some value of type T.