pub type MemoryUnmapInfoKHR = MemoryUnmapInfo;Expand description
Aliased Type§
#[repr(C)]pub struct MemoryUnmapInfoKHR {
pub s_type: StructureType,
pub next: *const c_void,
pub flags: MemoryUnmapFlags,
pub memory: DeviceMemory,
}Fields§
§s_type: StructureType§next: *const c_void§flags: MemoryUnmapFlags§memory: DeviceMemory