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: StructureTypeMust be VK_STRUCTURE_TYPE_EXTERNAL_SEMAPHORE_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlagBits§compatible_handle_types: ExternalSemaphoreHandleTypeFlagBits§external_semaphore_features: ExternalSemaphoreFeatureFlagBits