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