PFN_vkFreeMemory

Type Alias PFN_vkFreeMemory 

Source
pub type PFN_vkFreeMemory = unsafe extern "system" fn(_device: Device, _memory: DeviceMemory, _allocator: *const AllocationCallbacks);
Expand description