#include <sampler_mtl.h>
Public Member Functions | |
| SamplerMTL () | |
| ~SamplerMTL () override | |
| id< MTLSamplerState > | GetMTLSamplerState () const |
Public Member Functions inherited from impeller::Sampler | |
| virtual | ~Sampler () |
| const SamplerDescriptor & | GetDescriptor () const |
Additional Inherited Members | |
Static Public Member Functions inherited from impeller::BackendCast< SamplerMTL, Sampler > | |
| static SamplerMTL & | Cast (Sampler &base) |
| static const SamplerMTL & | Cast (const Sampler &base) |
| static SamplerMTL * | Cast (Sampler *base) |
| static const SamplerMTL * | Cast (const Sampler *base) |
Protected Member Functions inherited from impeller::Sampler | |
| Sampler (const SamplerDescriptor &desc) | |
Protected Attributes inherited from impeller::Sampler | |
| SamplerDescriptor | desc_ |
Definition at line 17 of file sampler_mtl.h.
| impeller::SamplerMTL::SamplerMTL | ( | ) |
|
overridedefault |
| id< MTLSamplerState > impeller::SamplerMTL::GetMTLSamplerState | ( | ) | const |
Definition at line 16 of file sampler_mtl.mm.