• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkDeviceGroupRenderPassBeginInfo,VkDeviceGroupRenderPassBeginInfo]]
3[source,c++]
4----
5typedef struct VkDeviceGroupRenderPassBeginInfo {
6    VkStructureType    sType;
7    const void*        pNext;
8    uint32_t           deviceMask;
9    uint32_t           deviceRenderAreaCount;
10    const VkRect2D*    pDeviceRenderAreas;
11} VkDeviceGroupRenderPassBeginInfo;
12----
13