blob: b02655f415ea44ddac18f4eaf34e50adfbfa5f6c [file] [log] [blame]
// 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;
----