unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkDeviceQueueInfo2.txt

13 lines
423 B
Plaintext
Raw Normal View History

// 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;
----