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