12 lines
433 B
Plaintext
12 lines
433 B
Plaintext
|
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
|
[[VkDeviceGroupDeviceCreateInfo,VkDeviceGroupDeviceCreateInfo]]
|
||
|
|
[source,c++]
|
||
|
|
----
|
||
|
|
typedef struct VkDeviceGroupDeviceCreateInfo {
|
||
|
|
VkStructureType sType;
|
||
|
|
const void* pNext;
|
||
|
|
uint32_t physicalDeviceCount;
|
||
|
|
const VkPhysicalDevice* pPhysicalDevices;
|
||
|
|
} VkDeviceGroupDeviceCreateInfo;
|
||
|
|
----
|