Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- type SemaphoreWaitFlags = SemaphoreWaitFlagBits
- newtype SemaphoreWaitFlagBits where
Documentation
newtype SemaphoreWaitFlagBits Source #
VkSemaphoreWaitFlagBits - Bitmask specifying additional parameters of a semaphore wait operation
See Also
VK_KHR_timeline_semaphore,
VK_VERSION_1_2,
SemaphoreWaitFlags
pattern SEMAPHORE_WAIT_ANY_BIT :: SemaphoreWaitFlagBits |
|