5#ifndef FLUTTER_IMPELLER_CORE_SAMPLER_DESCRIPTOR_H_
6#define FLUTTER_IMPELLER_CORE_SAMPLER_DESCRIPTOR_H_
24 std::string
label =
"NN Clamp Sampler";
constexpr std::size_t HashCombine()
MipFilter
Options for selecting and filtering between mipmap levels.
@ kNearest
The nearst mipmap level is selected.
MinMagFilter
Describes how the texture should be sampled when the texture is being shrunk (minified) or expanded (...
@ kNearest
Select nearest to the sample point. Most widely supported.
bool IsEqual(const SamplerDescriptor &o) const override
SamplerAddressMode depth_address_mode
std::size_t GetHash() const override
SamplerAddressMode width_address_mode
SamplerAddressMode height_address_mode