Type Alias ash::vk::SemaphoreSubmitInfoKHR
source · pub type SemaphoreSubmitInfoKHR = SemaphoreSubmitInfo;Aliased Type§
struct SemaphoreSubmitInfoKHR {
pub s_type: StructureType,
pub p_next: *const c_void,
pub semaphore: Semaphore,
pub value: u64,
pub stage_mask: PipelineStageFlags2,
pub device_index: u32,
}Fields§
§s_type: StructureType§p_next: *const c_void§semaphore: Semaphore§value: u64§stage_mask: PipelineStageFlags2§device_index: u32