pub type SemaphoreWaitInfoKHR = SemaphoreWaitInfo;Aliased Type§
#[repr(C)]pub struct SemaphoreWaitInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: SemaphoreWaitFlagBits,
pub semaphore_count: u32,
pub p_semaphores: *const Semaphore,
pub p_values: *const u64,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO.
p_next: *const c_voidOptional, may be null.
flags: SemaphoreWaitFlagBits§semaphore_count: u32Length of p_values.
p_semaphores: *const Semaphore§p_values: *const u64