• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkPhysicalDeviceFeatures2,VkPhysicalDeviceFeatures2]]
3[source,c++]
4----
5typedef struct VkPhysicalDeviceFeatures2 {
6    VkStructureType             sType;
7    void*                       pNext;
8    VkPhysicalDeviceFeatures    features;
9} VkPhysicalDeviceFeatures2;
10----
11