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