#include <sampler.h>
Public Member Functions | |
| virtual | ~Sampler () |
| virtual bool | IsValid () const =0 |
| const SamplerDescriptor & | GetDescriptor () const |
Protected Member Functions | |
| Sampler (SamplerDescriptor desc) | |
Protected Attributes | |
| SamplerDescriptor | desc_ |
|
virtualdefault |
|
explicitprotected |
Definition at line 9 of file sampler.cc.
| const SamplerDescriptor & impeller::Sampler::GetDescriptor | ( | ) | const |
Definition at line 13 of file sampler.cc.
References desc_.
Referenced by impeller::SamplerGLES::ConfigureBoundTexture().
|
pure virtual |
Referenced by impeller::Bind().
|
protected |
Definition at line 21 of file sampler.h.
Referenced by GetDescriptor().