You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
560 B
16 lines
560 B
// 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;
|
|
----
|