Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data DeviceQueueGlobalPriorityCreateInfoEXT = DeviceQueueGlobalPriorityCreateInfoEXT {}
- newtype QueueGlobalPriorityEXT where
- type EXT_GLOBAL_PRIORITY_SPEC_VERSION = 2
- pattern EXT_GLOBAL_PRIORITY_SPEC_VERSION :: forall a. Integral a => a
- type EXT_GLOBAL_PRIORITY_EXTENSION_NAME = "VK_EXT_global_priority"
- pattern EXT_GLOBAL_PRIORITY_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a
Documentation
data DeviceQueueGlobalPriorityCreateInfoEXT Source #
VkDeviceQueueGlobalPriorityCreateInfoEXT - Specify a system wide priority
Description
A queue created without specifying
DeviceQueueGlobalPriorityCreateInfoEXT
will default to
QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT
.
Valid Usage (Implicit)
See Also
DeviceQueueGlobalPriorityCreateInfoEXT | |
|
Instances
newtype QueueGlobalPriorityEXT Source #
VkQueueGlobalPriorityEXT - Values specifying a system-wide queue priority
Description
Priority values are sorted in ascending order. A comparison operation on the enum values can be used to determine the priority order.
See Also
pattern QUEUE_GLOBAL_PRIORITY_LOW_EXT :: QueueGlobalPriorityEXT |
|
pattern QUEUE_GLOBAL_PRIORITY_MEDIUM_EXT :: QueueGlobalPriorityEXT |
|
pattern QUEUE_GLOBAL_PRIORITY_HIGH_EXT :: QueueGlobalPriorityEXT |
|
pattern QUEUE_GLOBAL_PRIORITY_REALTIME_EXT :: QueueGlobalPriorityEXT |
|
Instances
type EXT_GLOBAL_PRIORITY_SPEC_VERSION = 2 Source #
pattern EXT_GLOBAL_PRIORITY_SPEC_VERSION :: forall a. Integral a => a Source #
type EXT_GLOBAL_PRIORITY_EXTENSION_NAME = "VK_EXT_global_priority" Source #
pattern EXT_GLOBAL_PRIORITY_EXTENSION_NAME :: forall a. (Eq a, IsString a) => a Source #