PFN_vkReallocationFunction

Type Alias PFN_vkReallocationFunction 

Source
pub type PFN_vkReallocationFunction = Option<unsafe extern "system" fn(pUserData: *mut c_void, pOriginal: *mut c_void, size: usize, alignment: usize, allocationScope: VkSystemAllocationScope) -> *mut c_void>;

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.