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