Structures

VkSamplerBlockMatchWindowCreateInfoQCOM

Structure specifying the block match window parameters

The VkSamplerBlockMatchWindowCreateInfoQCOM structure is defined as:

typedef struct VkSamplerBlockMatchWindowCreateInfoQCOM {
    VkStructureType sType;
    const void* pNext;
    VkExtent2D windowExtent;
    VkBlockMatchWindowCompareModeQCOM windowCompareMode;
} VkSamplerBlockMatchWindowCreateInfoQCOM;
  • sType is a VkStructureType value identifying this structure.
  • pNext is NULL or a pointer to a structure extending this structure.
  • windowExtent is a VkExtent2D specifying a the width and height of the block match window.
  • windowCompareMode is a VkBlockMatchWindowCompareModeQCOM specifying the compare mode.

Valid Usage (Implicit)

VUID-VkSamplerBlockMatchWindowCreateInfoQCOM-sType-sType

sType must be VK_STRUCTURE_TYPE_SAMPLER_BLOCK_MATCH_WINDOW_CREATE_INFO_QCOM