• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkPhysicalDeviceSubgroupProperties,VkPhysicalDeviceSubgroupProperties]]
3[source,c++]
4----
5typedef struct VkPhysicalDeviceSubgroupProperties {
6    VkStructureType           sType;
7    void*                     pNext;
8    uint32_t                  subgroupSize;
9    VkShaderStageFlags        supportedStages;
10    VkSubgroupFeatureFlags    supportedOperations;
11    VkBool32                  quadOperationsInAllStages;
12} VkPhysicalDeviceSubgroupProperties;
13----
14