Skip to main content

PFN_vkAllocationFunction

Type Alias PFN_vkAllocationFunction 

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