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