Skip to main content

PhysicalDeviceExternalSemaphoreInfoKHR

Type Alias PhysicalDeviceExternalSemaphoreInfoKHR 

Source
pub type PhysicalDeviceExternalSemaphoreInfoKHR = PhysicalDeviceExternalSemaphoreInfo;

Aliased Type§

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

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_SEMAPHORE_INFO.

§p_next: *const c_void

Optional, may be null.

§handle_type: ExternalSemaphoreHandleTypeFlagBits