C Specification
Creating a logical device also creates the queues associated with that
device.
The queues to create are described by a set of VkDeviceQueueCreateInfo
structures that are passed to vkCreateDevice in
pQueueCreateInfos
.
Queues are represented by VkQueue
handles:
// Provided by VK_VERSION_1_0
VK_DEFINE_HANDLE(VkQueue)
See Also
VK_VERSION_1_0, VkExportMetalCommandQueueInfoEXT, vkGetDeviceQueue, vkGetDeviceQueue2, vkGetQueueCheckpointData2NV, vkGetQueueCheckpointDataNV, vkQueueBeginDebugUtilsLabelEXT, vkQueueBindSparse, vkQueueEndDebugUtilsLabelEXT, vkQueueInsertDebugUtilsLabelEXT, vkQueuePresentKHR, vkQueueSetPerformanceConfigurationINTEL, vkQueueSubmit, vkQueueSubmit2, vkQueueSubmit2KHR, vkQueueWaitIdle
Document Notes
For more information, see the Vulkan Specification
This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification, not directly.