Enum
VkBlockMatchWindowCompareModeQCOM
Block match window compare modes
The VkBlockMatchWindowCompareModeQCOM enum describes how block match values within the window are compared. VkBlockMatchWindowCompareModeQCOM is defined as:
typedef enum VkBlockMatchWindowCompareModeQCOM {
VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MIN_QCOM = 0,
VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MAX_QCOM = 1,
} VkBlockMatchWindowCompareModeQCOM;
pub struct BlockMatchWindowCompareModeQCOM(u32);
impl BlockMatchWindowCompareModeQCOM {
pub const MIN: Self = 0;
pub const MAX: Self = 1;
}
VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MIN_QCOMspecifies that windowed block match operations return the minimum error within the window.VK_BLOCK_MATCH_WINDOW_COMPARE_MODE_MAX_QCOMspecifies that windowed block match operations return the maximum error within the window.
Type
Enum