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