pub type ExportFenceCreateInfoKHR = ExportFenceCreateInfo;Aliased Type§
#[repr(C)]pub struct ExportFenceCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalFenceHandleTypeFlagBits,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_FENCE_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
handle_types: ExternalFenceHandleTypeFlagBits