// Copyright (c) 2014-2016 Khronos Group. This work is licensed under a // Creative Commons Attribution 4.0 International License; see // http://creativecommons.org/licenses/by/4.0/ VkQueue(3) ========== Name ---- VkQueue - Opaque handle to a queue object C Specification --------------- // refBegin VkQueue - Opaque handle to a queue object Creating a logical device also creates the queues associated with that device. The queues to create are described by a set of slink:VkDeviceQueueCreateInfo structures that are passed to flink:vkCreateDevice in pname:pQueueCreateInfos. Queues are represented by sname:VkQueue handles: include::../handles/VkQueue.txt[] Description ----------- // refEnd VkQueue See Also -------- flink:vkGetDeviceQueue, flink:vkQueueBindSparse, flink:vkQueueSubmit, flink:vkQueueWaitIdle Document Notes -------------- For more information, see the Vulkan Specification at URL https://www.khronos.org/registry/vulkan/specs/1.0/xhtml/vkspec.html#VkQueue This page is extracted from the Vulkan Specification. Fixes and changes should be made to the Specification,not directly. include::footer.txt[]