• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDeviceQueueInfo2,VkDeviceQueueInfo2]]
3[source,c++]
4----
5typedef struct VkDeviceQueueInfo2 {
6    VkStructureType             sType;
7    const void*                 pNext;
8    VkDeviceQueueCreateFlags    flags;
9    uint32_t                    queueFamilyIndex;
10    uint32_t                    queueIndex;
11} VkDeviceQueueInfo2;
12----
13