pub type ExportSemaphoreCreateInfoKHR = ExportSemaphoreCreateInfo;
Expand description

Aliased Type§

struct ExportSemaphoreCreateInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub handle_types: ExternalSemaphoreHandleTypeFlags,
}

Fields§

§s_type: StructureType§next: *const c_void§handle_types: ExternalSemaphoreHandleTypeFlags