pub trait Semaphore: VkHandle<Handle = VkSemaphore> + DeviceChild {
// Provided method
fn submit_info(&self) -> SemaphoreSubmitInfo<'_> { ... }
}Provided Methods§
Sourcefn submit_info(&self) -> SemaphoreSubmitInfo<'_>
fn submit_info(&self) -> SemaphoreSubmitInfo<'_>
Creates a submit info structure for this semaphore.