Skip to main content

ExportMemoryAllocateInfoKHR

Type Alias ExportMemoryAllocateInfoKHR 

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

Must be VK_STRUCTURE_TYPE_EXPORT_MEMORY_ALLOCATE_INFO.

§p_next: *const c_void

Optional, may be null.

§handle_types: ExternalMemoryHandleTypeFlagBits