pub type SemaphoreWaitInfoKHR = SemaphoreWaitInfo;
Expand description

Aliased Type§

struct SemaphoreWaitInfoKHR {
    pub s_type: StructureType,
    pub next: *const c_void,
    pub flags: SemaphoreWaitFlags,
    pub semaphore_count: u32,
    pub semaphores: *const Semaphore,
    pub values: *const u64,
}

Fields§

§s_type: StructureType§next: *const c_void§flags: SemaphoreWaitFlags§semaphore_count: u32§semaphores: *const Semaphore§values: *const u64