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