Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
pattern SEMAPHORE_TYPE_BINARY_KHR :: SemaphoreType Source #
pattern SEMAPHORE_TYPE_TIMELINE_KHR :: SemaphoreType Source #
pattern SEMAPHORE_WAIT_ANY_BIT_KHR :: SemaphoreWaitFlagBits Source #
waitSemaphoresKHR :: Device -> SemaphoreWaitInfo -> ("timeout" ::: Word64) -> IO Result Source #
signalSemaphoreKHR :: Device -> SemaphoreSignalInfo -> IO () Source #
type SemaphoreTypeKHR = SemaphoreType Source #
type PhysicalDeviceTimelineSemaphorePropertiesKHR = PhysicalDeviceTimelineSemaphoreProperties Source #
type KHR_TIMELINE_SEMAPHORE_SPEC_VERSION = 2 Source #
pattern KHR_TIMELINE_SEMAPHORE_SPEC_VERSION :: forall a. Integral a => a Source #
type KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME = "VK_KHR_timeline_semaphore" Source #
pattern KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #