pub type MemoryUnmapInfoKHR = MemoryUnmapInfo;Aliased Type§
#[repr(C)]pub struct MemoryUnmapInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: MemoryUnmapFlagBits,
pub memory: DeviceMemory,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_UNMAP_INFO.
p_next: *const c_voidOptional, may be null.
flags: MemoryUnmapFlagBits§memory: DeviceMemoryThread safety: must be externally synchronized.