1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkBindBufferMemoryDeviceGroupInfo,VkBindBufferMemoryDeviceGroupInfo]] 3[source,c++] 4---- 5typedef struct VkBindBufferMemoryDeviceGroupInfo { 6 VkStructureType sType; 7 const void* pNext; 8 uint32_t deviceIndexCount; 9 const uint32_t* pDeviceIndices; 10} VkBindBufferMemoryDeviceGroupInfo; 11---- 12