| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vulkan.Core10.Enums.DeviceQueueCreateFlagBits
Documentation
newtype DeviceQueueCreateFlagBits Source #
VkDeviceQueueCreateFlagBits - Bitmask specifying behavior of the queue
Description
DEVICE_QUEUE_CREATE_PROTECTED_BITspecifies that the device queue is a protected-capable queue.
DEVICE_QUEUE_CREATE_INTERNALLY_SYNCHRONIZED_BIT_KHRspecifies that the device queue is internally synchronized and does not require external synchronization.
See Also
Constructors
| DeviceQueueCreateFlagBits Flags |
Bundled Patterns
| pattern DEVICE_QUEUE_CREATE_INTERNALLY_SYNCHRONIZED_BIT_KHR :: DeviceQueueCreateFlagBits | |
| pattern DEVICE_QUEUE_CREATE_PROTECTED_BIT :: DeviceQueueCreateFlagBits |