Structures
VkMultisamplePropertiesEXT
Structure returning information about sample count specific additional multisampling capabilities
The VkMultisamplePropertiesEXT structure is defined as
typedef struct VkMultisamplePropertiesEXT {
    VkStructureType sType;
    void* pNext;
    VkExtent2D maxSampleLocationGridSize;
} VkMultisamplePropertiesEXT;
- sTypeis a VkStructureType value identifying this structure.
- pNextis- NULLor a pointer to a structure extending this structure.
- maxSampleLocationGridSizeis the maximum size of the pixel grid in which sample locations can vary.
Valid Usage (Implicit)
VUID-VkMultisamplePropertiesEXT-sType-sType
sType must be VK_STRUCTURE_TYPE_MULTISAMPLE_PROPERTIES_EXT
VUID-VkMultisamplePropertiesEXT-pNext-pNext
pNext must be NULL