Class VkDeviceQueueGlobalPriorityCreateInfoKHR

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

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

Queues created without specifying VkDeviceQueueGlobalPriorityCreateInfoKHR will default to QUEUE_GLOBAL_PRIORITY_MEDIUM_KHR.

Valid Usage (Implicit)

Layout


 struct VkDeviceQueueGlobalPriorityCreateInfoKHR {
     VkStructureType sType();
     void const * pNext();
     VkQueueGlobalPriorityKHR globalPriority();
 }