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

12 lines
433 B
Plaintext
Raw Normal View History

// 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;
----