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

13 lines
480 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDeviceGroupProperties,VkPhysicalDeviceGroupProperties]]
[source,c++]
----
typedef struct VkPhysicalDeviceGroupProperties {
VkStructureType sType;
void* pNext;
uint32_t physicalDeviceCount;
VkPhysicalDevice physicalDevices[VK_MAX_DEVICE_GROUP_SIZE];
VkBool32 subsetAllocation;
} VkPhysicalDeviceGroupProperties;
----