Struct SamplerDesc::SamplerConversionDesc#
Defined in File RendererAPI.h
Nested Relationships#
This struct is a nested type of Struct RendererAPI::SamplerDesc.
Struct Documentation#
-
struct SamplerConversionDesc
Description of YCbCr(YUV) conversion sampler.
Public Functions
-
constexpr bool operator==(const SamplerConversionDesc &other) const noexcept = default
-
constexpr bool operator!=(const SamplerConversionDesc &other) const noexcept = default
Public Members
-
TRAP::Graphics::API::ImageFormat Format
-
SamplerModelConversion Model
-
SamplerRange Range
-
SampleLocation ChromaOffsetX
-
SampleLocation ChromaOffsetY
-
FilterType ChromaFilter
-
bool ForceExplicitReconstruction
-
constexpr bool operator==(const SamplerConversionDesc &other) const noexcept = default