blob: da5e4d1abb84cf400dbecd6725ea61daed1d60bd [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[VkPhysicalDeviceMultiviewProperties,VkPhysicalDeviceMultiviewProperties]]
[source,c++]
----
typedef struct VkPhysicalDeviceMultiviewProperties {
VkStructureType sType;
void* pNext;
uint32_t maxMultiviewViewCount;
uint32_t maxMultiviewInstanceIndex;
} VkPhysicalDeviceMultiviewProperties;
----