Struct ash::extensions::khr::TimelineSemaphore [−][src]
pub struct TimelineSemaphore { /* fields omitted */ }
Implementations
pub unsafe fn wait_semaphores(
&self,
device: Device,
wait_info: &SemaphoreWaitInfo,
timeout: u64
) -> VkResult<()>
pub unsafe fn wait_semaphores(
&self,
device: Device,
wait_info: &SemaphoreWaitInfo,
timeout: u64
) -> VkResult<()>
pub unsafe fn signal_semaphore(
&self,
device: Device,
signal_info: &SemaphoreSignalInfo
) -> VkResult<()>
pub unsafe fn signal_semaphore(
&self,
device: Device,
signal_info: &SemaphoreSignalInfo
) -> VkResult<()>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TimelineSemaphore
impl Send for TimelineSemaphore
impl Sync for TimelineSemaphore
impl Unpin for TimelineSemaphore
impl UnwindSafe for TimelineSemaphore
Blanket Implementations
Mutably borrows from an owned value. Read more