public final class EXTSamplerFilterMinmax
extends java.lang.Object
This extension provides a new sampler parameter which allows applications to produce a filtered texel value by computing a component-wise minimum (MIN) or maximum (MAX) of the texels that would normally be averaged. The reduction mode is orthogonal to the minification and magnification filter parameters. The filter parameters are used to identify the set of texels used to produce a final filtered value; the reduction mode identifies how these texels are combined.
None.
VK_EXT_sampler_filter_minmaxVK_KHR_get_physical_device_properties2| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME
The extension name.
|
static int |
VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION
The extension specification version.
|
static int |
VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT
Extends
VkFormatFeatureFlagBits. |
static int |
VK_SAMPLER_REDUCTION_MODE_MAX_EXT
VkSamplerReductionModeEXT - Specify reduction mode for texture filtering
|
static int |
VK_SAMPLER_REDUCTION_MODE_MIN_EXT
VkSamplerReductionModeEXT - Specify reduction mode for texture filtering
|
static int |
VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT
VkSamplerReductionModeEXT - Specify reduction mode for texture filtering
|
static int |
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT
Extends
VkStructureType. |
static int |
VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT
Extends
VkStructureType. |
public static final int VK_EXT_SAMPLER_FILTER_MINMAX_SPEC_VERSION
public static final java.lang.String VK_EXT_SAMPLER_FILTER_MINMAX_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_FILTER_MINMAX_PROPERTIES_EXT
VkStructureType.
public static final int VK_STRUCTURE_TYPE_SAMPLER_REDUCTION_MODE_CREATE_INFO_EXT
VkStructureType.
public static final int VK_FORMAT_FEATURE_SAMPLED_IMAGE_FILTER_MINMAX_BIT_EXT
VkFormatFeatureFlagBits.public static final int VK_SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT
SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT specifies that texel values are combined by computing a weighted average of values in the footprint, using weights as specified in the image operations chapter.SAMPLER_REDUCTION_MODE_MIN_EXT specifies that texel values are combined by taking the component-wise minimum of values in the footprint with non-zero weights.SAMPLER_REDUCTION_MODE_MAX_EXT specifies that texel values are combined by taking the component-wise maximum of values in the footprint with non-zero weights.public static final int VK_SAMPLER_REDUCTION_MODE_MIN_EXT
SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT specifies that texel values are combined by computing a weighted average of values in the footprint, using weights as specified in the image operations chapter.SAMPLER_REDUCTION_MODE_MIN_EXT specifies that texel values are combined by taking the component-wise minimum of values in the footprint with non-zero weights.SAMPLER_REDUCTION_MODE_MAX_EXT specifies that texel values are combined by taking the component-wise maximum of values in the footprint with non-zero weights.public static final int VK_SAMPLER_REDUCTION_MODE_MAX_EXT
SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_EXT specifies that texel values are combined by computing a weighted average of values in the footprint, using weights as specified in the image operations chapter.SAMPLER_REDUCTION_MODE_MIN_EXT specifies that texel values are combined by taking the component-wise minimum of values in the footprint with non-zero weights.SAMPLER_REDUCTION_MODE_MAX_EXT specifies that texel values are combined by taking the component-wise maximum of values in the footprint with non-zero weights.Copyright LWJGL. All Rights Reserved. License terms.