Skip to main content

PhysicalDeviceExternalFenceInfoKHR

Type Alias PhysicalDeviceExternalFenceInfoKHR 

Source
pub type PhysicalDeviceExternalFenceInfoKHR = PhysicalDeviceExternalFenceInfo;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceExternalFenceInfoKHR { pub sType: i32, pub pNext: *const c_void, pub handleType: u32, }

Fields§

§sType: i32§pNext: *const c_void§handleType: u32