Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype SamplerReductionMode where
- SamplerReductionMode Int32
- pattern SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE :: SamplerReductionMode
- pattern SAMPLER_REDUCTION_MODE_MIN :: SamplerReductionMode
- pattern SAMPLER_REDUCTION_MODE_MAX :: SamplerReductionMode
- pattern SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_RANGECLAMP_QCOM :: SamplerReductionMode
Documentation
newtype SamplerReductionMode Source #
VkSamplerReductionMode - Specify reduction mode for texture filtering
See Also
VK_EXT_sampler_filter_minmax,
VK_VERSION_1_2,
SamplerReductionModeCreateInfo
pattern SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE :: SamplerReductionMode |
|
pattern SAMPLER_REDUCTION_MODE_MIN :: SamplerReductionMode |
|
pattern SAMPLER_REDUCTION_MODE_MAX :: SamplerReductionMode |
|
pattern SAMPLER_REDUCTION_MODE_WEIGHTED_AVERAGE_RANGECLAMP_QCOM :: SamplerReductionMode |
|