pub type SemaphoreSubmitInfoKHR = SemaphoreSubmitInfo;Aliased Type§
#[repr(C)]pub struct SemaphoreSubmitInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub value: u64,
pub stage_mask: PipelineStageFlagBits2,
pub device_index: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SEMAPHORE_SUBMIT_INFO.
p_next: *const c_voidOptional, may be null.
semaphore: Semaphore§value: u64§stage_mask: PipelineStageFlagBits2§device_index: u32