Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
pattern SEMAPHORE_TYPE_BINARY :: SemaphoreType |
|
pattern SEMAPHORE_TYPE_TIMELINE :: SemaphoreType |
|