13 lines
423 B
Plaintext
13 lines
423 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkDeviceQueueInfo2,VkDeviceQueueInfo2]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkDeviceQueueInfo2 {
|
||
|
|
VkStructureType sType;
|
||
|
|
const void* pNext;
|
||
|
|
VkDeviceQueueCreateFlags flags;
|
||
|
|
uint32_t queueFamilyIndex;
|
||
|
|
uint32_t queueIndex;
|
||
|
|
} VkDeviceQueueInfo2;
|
||
|
|
----
|