vulkan-3.24.4: Bindings to the Vulkan graphics API.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Synopsis

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

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
Storable SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Bits SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

FiniteBits 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

Eq SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Ord SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits

Zero SemaphoreWaitFlagBits Source # 
Instance details

Defined in Vulkan.Core12.Enums.SemaphoreWaitFlagBits