13 lines
480 B
Plaintext
13 lines
480 B
Plaintext
|
|
// 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;
|
||
|
|
----
|