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