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