Structures
VkFilterCubicImageViewImageFormatPropertiesEXT
Structure for querying cubic filtering capabilities of an image view type
The VkFilterCubicImageViewImageFormatPropertiesEXT
structure is
defined as:
typedef struct VkFilterCubicImageViewImageFormatPropertiesEXT {
VkStructureType sType;
void* pNext;
VkBool32 filterCubic;
VkBool32 filterCubicMinmax;
} VkFilterCubicImageViewImageFormatPropertiesEXT;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.filterCubic
tells if image format, image type and image view type can be used with cubic filtering. This field is set by the implementation. An application-specified value is ignored.filterCubicMinmax
tells if image format, image type and image view type can be used with cubic filtering and minmax filtering. This field is set by the implementation. An application-specified value is ignored.
Valid Usage (Implicit)
VUID-VkFilterCubicImageViewImageFormatPropertiesEXT-sType-sType
sType
must be VK_STRUCTURE_TYPE_FILTER_CUBIC_IMAGE_VIEW_IMAGE_FORMAT_PROPERTIES_EXT
Valid Usage
VUID-VkFilterCubicImageViewImageFormatPropertiesEXT-pNext-02627
If the pNext
chain of the VkImageFormatProperties2 structure
includes a VkFilterCubicImageViewImageFormatPropertiesEXT
structure, the pNext
chain of the
VkPhysicalDeviceImageFormatInfo2 structure must include a
VkPhysicalDeviceImageViewImageFormatInfoEXT structure with an
imageViewType
that is compatible with imageType