vulkan-3.6.9: Bindings to the Vulkan graphics API.
Safe HaskellNone
LanguageHaskell2010

Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Synopsis

Documentation

newtype SemaphoreWaitFlagBits Source #

VkSemaphoreWaitFlagBits - Bitmask specifying additional parameters of a semaphore wait operation

See Also

SemaphoreWaitFlags

Bundled Patterns

pattern SEMAPHORE_WAIT_ANY_BIT :: SemaphoreWaitFlagBits

SEMAPHORE_WAIT_ANY_BIT specifies that the semaphore wait condition is that at least one of the semaphores in SemaphoreWaitInfo::pSemaphores has reached the value specified by the corresponding element of SemaphoreWaitInfo::pValues. If SEMAPHORE_WAIT_ANY_BIT is not set, the semaphore wait condition is that all of the semaphores in SemaphoreWaitInfo::pSemaphores have reached the value specified by the corresponding element of SemaphoreWaitInfo::pValues.

Instances

Instances details
Eq SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Ord SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Read SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Show SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Storable SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Bits SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Zero SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits