Skip to main content

PhysicalDeviceExternalImageFormatInfoKHR

Type Alias PhysicalDeviceExternalImageFormatInfoKHR 

Source
pub type PhysicalDeviceExternalImageFormatInfoKHR = PhysicalDeviceExternalImageFormatInfo;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceExternalImageFormatInfoKHR { pub s_type: StructureType, pub p_next: *const c_void, pub handle_type: ExternalMemoryHandleTypeFlagBits, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_IMAGE_FORMAT_INFO.

§p_next: *const c_void

Optional, may be null.

§handle_type: ExternalMemoryHandleTypeFlagBits