pub type MemoryMapInfoKHR = MemoryMapInfo;Aliased Type§
#[repr(C)]pub struct MemoryMapInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: MemoryMapFlagBits,
pub memory: DeviceMemory,
pub offset: u64,
pub size: u64,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_MEMORY_MAP_INFO.
p_next: *const c_voidOptional, may be null.
flags: MemoryMapFlagBits§memory: DeviceMemoryThread safety: must be externally synchronized.
offset: u64§size: u64