pub type ExportMemoryAllocateInfoKHR = ExportMemoryAllocateInfo;Aliased Type§
#[repr(C)]pub struct ExportMemoryAllocateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalMemoryHandleTypeFlagBits,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO.
p_next: *const c_voidOptional, may be null.
handle_types: ExternalMemoryHandleTypeFlagBits