Skip to main content

ExternalSemaphorePropertiesKHR

Type Alias ExternalSemaphorePropertiesKHR 

Source
pub type ExternalSemaphorePropertiesKHR = ExternalSemaphoreProperties;

Aliased Type§

#[repr(C)]
pub struct ExternalSemaphorePropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlagBits, pub compatible_handle_types: ExternalSemaphoreHandleTypeFlagBits, pub external_semaphore_features: ExternalSemaphoreFeatureFlagBits, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlagBits§compatible_handle_types: ExternalSemaphoreHandleTypeFlagBits§external_semaphore_features: ExternalSemaphoreFeatureFlagBits