ExternalFencePropertiesKHR

Type Alias ExternalFencePropertiesKHR 

Source
pub type ExternalFencePropertiesKHR = ExternalFenceProperties;

Aliased Type§

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

Fields§

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