ExternalSemaphorePropertiesKHR

Type Alias ExternalSemaphorePropertiesKHR 

Source
pub type ExternalSemaphorePropertiesKHR = ExternalSemaphoreProperties;

Aliased Type§

#[repr(C)]
pub struct ExternalSemaphorePropertiesKHR { pub sType: i32, pub pNext: *mut c_void, pub exportFromImportedHandleTypes: u32, pub compatibleHandleTypes: u32, pub externalSemaphoreFeatures: u32, }

Fields§

§sType: i32§pNext: *mut c_void§exportFromImportedHandleTypes: u32§compatibleHandleTypes: u32§externalSemaphoreFeatures: u32