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

11 lines
366 B
Plaintext

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkQueueFamilyProperties2,VkQueueFamilyProperties2]]
[source,c++]
----
typedef struct VkQueueFamilyProperties2 {
VkStructureType sType;
void* pNext;
VkQueueFamilyProperties queueFamilyProperties;
} VkQueueFamilyProperties2;
----