Type Definition erupt::vk1_0::PFN_vkAllocationFunction[][src]

pub type PFN_vkAllocationFunction = unsafe extern "system" fn(p_user_data: *mut c_void, size: usize, alignment: usize, allocation_scope: SystemAllocationScope) -> *mut c_void;
Expand description

Vulkan Manual Page · Function