pub type ExternalSemaphorePropertiesKHR = ExternalSemaphoreProperties;
Expand description

Aliased Type§

struct ExternalSemaphorePropertiesKHR {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags,
    pub compatible_handle_types: ExternalSemaphoreHandleTypeFlags,
    pub external_semaphore_features: ExternalSemaphoreFeatureFlags,
}

Fields§

§s_type: StructureType§next: *mut c_void§export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags§compatible_handle_types: ExternalSemaphoreHandleTypeFlags§external_semaphore_features: ExternalSemaphoreFeatureFlags