Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Vulkan.Core12.Enums.SemaphoreType
Synopsis
- newtype SemaphoreType where
- SemaphoreType Int32
- pattern SEMAPHORE_TYPE_BINARY :: SemaphoreType
- pattern SEMAPHORE_TYPE_TIMELINE :: SemaphoreType
Documentation
newtype SemaphoreType Source #
VkSemaphoreType - Specifies the type of a semaphore object
See Also
VK_KHR_timeline_semaphore,
VK_VERSION_1_2,
SemaphoreTypeCreateInfo
Constructors
SemaphoreType Int32 |
Bundled Patterns
pattern SEMAPHORE_TYPE_BINARY :: SemaphoreType |
|
pattern SEMAPHORE_TYPE_TIMELINE :: SemaphoreType |
|