Type Alias VkPhysicalDeviceExternalFenceInfoKHR

Source
pub type VkPhysicalDeviceExternalFenceInfoKHR = VkPhysicalDeviceExternalFenceInfo;

Aliased Type§

struct VkPhysicalDeviceExternalFenceInfoKHR {
    pub sType: u32,
    pub pNext: *const c_void,
    pub handleType: u32,
}

Fields§

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