pub type ExportSemaphoreCreateInfoKHR = ExportSemaphoreCreateInfo;Aliased Type§
#[repr(C)]pub struct ExportSemaphoreCreateInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub handle_types: ExternalSemaphoreHandleTypeFlagBits,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_EXPORT_SEMAPHORE_CREATE_INFO.
p_next: *const c_voidOptional, may be null.
handle_types: ExternalSemaphoreHandleTypeFlagBits