pub type SemaphoreWaitInfoKHR = SemaphoreWaitInfo;Aliased Type§
#[repr(C)]pub struct SemaphoreWaitInfoKHR {
pub sType: i32,
pub pNext: *const c_void,
pub flags: u32,
pub semaphoreCount: u32,
pub pSemaphores: *const u64,
pub pValues: *const u64,
}Fields§
§sType: i32§pNext: *const c_void§flags: u32§semaphoreCount: u32§pSemaphores: *const u64§pValues: *const u64