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

16 lines
560 B
Plaintext
Raw Normal View History

// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkRenderPassMultiviewCreateInfo,VkRenderPassMultiviewCreateInfo]]
[source,c++]
----
typedef struct VkRenderPassMultiviewCreateInfo {
VkStructureType sType;
const void* pNext;
uint32_t subpassCount;
const uint32_t* pViewMasks;
uint32_t dependencyCount;
const int32_t* pViewOffsets;
uint32_t correlationMaskCount;
const uint32_t* pCorrelationMasks;
} VkRenderPassMultiviewCreateInfo;
----