Skip to main content

MemoryUnmapInfoKHR

Type Alias MemoryUnmapInfoKHR 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_MEMORY_UNMAP_INFO.

§p_next: *const c_void

Optional, may be null.

§flags: MemoryUnmapFlagBits§memory: DeviceMemory

Thread safety: must be externally synchronized.