Class VkDeviceQueueGlobalPriorityCreateInfo

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkDeviceQueueGlobalPriorityCreateInfo>
org.lwjgl.vulkan.VkDeviceQueueGlobalPriorityCreateInfo
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer
Direct Known Subclasses:
VkDeviceQueueGlobalPriorityCreateInfoEXT, VkDeviceQueueGlobalPriorityCreateInfoKHR

public class VkDeviceQueueGlobalPriorityCreateInfo extends org.lwjgl.system.Struct<VkDeviceQueueGlobalPriorityCreateInfo> implements org.lwjgl.system.NativeResource
Specify a system wide priority.
Description

Queues created without specifying VkDeviceQueueGlobalPriorityCreateInfo will default to QUEUE_GLOBAL_PRIORITY_MEDIUM.

Valid Usage (Implicit)

Layout


 struct VkDeviceQueueGlobalPriorityCreateInfo {
     VkStructureType sType();
     void const * pNext();
     VkQueueGlobalPriority globalPriority();
 }