| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Vulkan.Core14.Enums.QueueGlobalPriority
Synopsis
- newtype QueueGlobalPriority where
Documentation
newtype QueueGlobalPriority Source #
VkQueueGlobalPriority - 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.
QUEUE_GLOBAL_PRIORITY_LOWis below the system default. Useful for non-interactive tasks.QUEUE_GLOBAL_PRIORITY_MEDIUMis the system default priority.QUEUE_GLOBAL_PRIORITY_HIGHis above the system default.QUEUE_GLOBAL_PRIORITY_REALTIMEis the highest priority. Useful for critical tasks.
See Also
VK_EXT_global_priority,
VK_KHR_global_priority,
VK_VERSION_1_4,
DeviceQueueGlobalPriorityCreateInfo,
QueueFamilyGlobalPriorityProperties
Constructors
| QueueGlobalPriority Int32 |
Bundled Patterns
| pattern QUEUE_GLOBAL_PRIORITY_LOW :: QueueGlobalPriority | |
| pattern QUEUE_GLOBAL_PRIORITY_MEDIUM :: QueueGlobalPriority | |
| pattern QUEUE_GLOBAL_PRIORITY_HIGH :: QueueGlobalPriority | |
| pattern QUEUE_GLOBAL_PRIORITY_REALTIME :: QueueGlobalPriority |