Skip to main content

SemaphoreWaitInfoKHR

Type Alias SemaphoreWaitInfoKHR 

Source
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: StructureType

Must be VK_STRUCTURE_TYPE_SEMAPHORE_WAIT_INFO.

§p_next: *const c_void

Optional, may be null.

§flags: SemaphoreWaitFlagBits§semaphore_count: u32

Length of p_values.

§p_semaphores: *const Semaphore§p_values: *const u64