Type Alias ExternalSemaphorePropertiesKHR

Source
pub type ExternalSemaphorePropertiesKHR<'a> = ExternalSemaphoreProperties<'a>;

Aliased Type§

#[repr(C)]
pub struct ExternalSemaphorePropertiesKHR<'a> { pub s_type: StructureType, pub p_next: *mut c_void, pub export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags, pub compatible_handle_types: ExternalSemaphoreHandleTypeFlags, pub external_semaphore_features: ExternalSemaphoreFeatureFlags, pub _marker: PhantomData<&'a ()>, }

Fields§

§s_type: StructureType§p_next: *mut c_void§export_from_imported_handle_types: ExternalSemaphoreHandleTypeFlags§compatible_handle_types: ExternalSemaphoreHandleTypeFlags§external_semaphore_features: ExternalSemaphoreFeatureFlags§_marker: PhantomData<&'a ()>