Type Alias ash::vk::SemaphoreWaitInfoKHR
source · pub type SemaphoreWaitInfoKHR = SemaphoreWaitInfo;
Aliased Type§
struct SemaphoreWaitInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub flags: SemaphoreWaitFlags,
pub semaphore_count: u32,
pub p_semaphores: *const Semaphore,
pub p_values: *const u64,
}
Fields§
§s_type: StructureType
§p_next: *const c_void
§flags: SemaphoreWaitFlags
§semaphore_count: u32
§p_semaphores: *const Semaphore
§p_values: *const u64