#include <unordered_map>#include "impeller/base/comparable.h"#include "impeller/core/sampler_descriptor.h"Go to the source code of this file.
Classes | |
| class | impeller::Sampler |
Namespaces | |
| impeller | |
Typedefs | |
| using | impeller::SamplerMap = std::unordered_map< SamplerDescriptor, std::unique_ptr< const Sampler >, ComparableHash< SamplerDescriptor >, ComparableEqual< SamplerDescriptor > > |