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

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;
----