13 lines
452 B
Plaintext
13 lines
452 B
Plaintext
// 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;
|
|
----
|