blob: 6da41a82f24b37797b50c45f9bff3ab8f886aeaf [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkBindBufferMemoryDeviceGroupInfo,VkBindBufferMemoryDeviceGroupInfo]]
[source,c++]
----
typedef struct VkBindBufferMemoryDeviceGroupInfo {
VkStructureType sType;
const void* pNext;
uint32_t deviceIndexCount;
const uint32_t* pDeviceIndices;
} VkBindBufferMemoryDeviceGroupInfo;
----