pub type FreeMemory = unsafe extern "C" fn(device: Device, memory: DeviceMemory, p_allocator: *const AllocationCallbacks);Expand description
Chapter: Memory Allocation
Description: Free device memory
Provided by: VK_VERSION_1_0
Reference: vkFreeMemory