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