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