11 lines
366 B
Plaintext
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;
|
||
|
|
----
|