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;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.maxSampleLocationGridSize
is 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