pub type PFN_vmaFreeDeviceMemoryFunction = Option<unsafe extern "C" fn(allocator: VmaAllocator, memoryType: u32, memory: DeviceMemory, size: DeviceSize, pUserData: *mut c_void)>;
Expand description

Callback function called before vkFreeMemory.