Structures
VkPhysicalDeviceImageProcessing2PropertiesQCOM
Structure containing image processing2 properties
The VkPhysicalDeviceImageProcessing2PropertiesQCOM
structure is
defined as:
typedef struct VkPhysicalDeviceImageProcessing2PropertiesQCOM {
VkStructureType sType;
void* pNext;
VkExtent2D maxBlockMatchWindow;
} VkPhysicalDeviceImageProcessing2PropertiesQCOM;
sType
is a VkStructureType value identifying this structure.pNext
isNULL
or a pointer to a structure extending this structure.-
maxBlockMatchWindow
is a VkExtent2D describing the largest dimensions (width
andheight
) that can be specified for the block match window.
If the VkPhysicalDeviceImageProcessing2PropertiesQCOM
structure is included in the pNext
chain of the
VkPhysicalDeviceProperties2 structure passed to
vkGetPhysicalDeviceProperties2, it is filled in with each
corresponding implementation-dependent property.
These are properties of the image processing2 information of a physical device.
Valid Usage (Implicit)
VUID-VkPhysicalDeviceImageProcessing2PropertiesQCOM-sType-sType
sType
must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_IMAGE_PROCESSING_2_PROPERTIES_QCOM