Skip to main content

PhysicalDeviceExternalFenceInfoKHR

Type Alias PhysicalDeviceExternalFenceInfoKHR 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_EXTERNAL_FENCE_INFO.

§p_next: *const c_void

Optional, may be null.

§handle_type: ExternalFenceHandleTypeFlagBits