pub type ExportSemaphoreCreateInfoKHR = ExportSemaphoreCreateInfo;Aliased Type§
#[repr(C)]pub struct ExportSemaphoreCreateInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub handleTypes: u32,
}Fields§
§sType: i32§pNext: *const c_void§handleTypes: u32