Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
sampler_descriptor.h
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#ifndef FLUTTER_IMPELLER_CORE_SAMPLER_DESCRIPTOR_H_
6#define FLUTTER_IMPELLER_CORE_SAMPLER_DESCRIPTOR_H_
7
10
11namespace impeller {
12
13class Context;
14
49
50} // namespace impeller
51
52#endif // FLUTTER_IMPELLER_CORE_SAMPLER_DESCRIPTOR_H_
constexpr std::size_t HashCombine()
@ kNearest
Sample from the nearest mip level.
SamplerAddressMode
Definition formats.h:423
@ 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