PFN_vkUnmapMemory

Type Alias PFN_vkUnmapMemory 

Source
pub type PFN_vkUnmapMemory = unsafe extern "system" fn(_device: Device, _memory: DeviceMemory);
Expand description