11 lines
360 B
Plaintext
11 lines
360 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkPhysicalDeviceFeatures2,VkPhysicalDeviceFeatures2]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkPhysicalDeviceFeatures2 {
|
||
|
|
VkStructureType sType;
|
||
|
|
void* pNext;
|
||
|
|
VkPhysicalDeviceFeatures features;
|
||
|
|
} VkPhysicalDeviceFeatures2;
|
||
|
|
----
|