1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[VkPhysicalDeviceMultiviewProperties,VkPhysicalDeviceMultiviewProperties]] 3[source,c++] 4---- 5typedef struct VkPhysicalDeviceMultiviewProperties { 6 VkStructureType sType; 7 void* pNext; 8 uint32_t maxMultiviewViewCount; 9 uint32_t maxMultiviewInstanceIndex; 10} VkPhysicalDeviceMultiviewProperties; 11---- 12