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