Type Definition ash::vk::PFN_vkMapMemory[][src]

type PFN_vkMapMemory = extern "system" fn(device: Device, memory: DeviceMemory, offset: DeviceSize, size: DeviceSize, flags: MemoryMapFlags, pp_data: *mut *mut c_void) -> Result;