unplugged-vendor/device/generic/vulkan-cereal/protocols/vulkan/api/structs/VkDeviceGroupRenderPassBeginInfo.txt

13 lines
452 B
Plaintext
Raw Normal View History

// 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;
----