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

Aliased Type§

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.