Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
impeller::SamplerMTL Class Referencefinal

#include <sampler_mtl.h>

Inheritance diagram for impeller::SamplerMTL:
impeller::Sampler impeller::BackendCast< SamplerMTL, Sampler >

Public Member Functions

 SamplerMTL ()
 
 ~SamplerMTL () override
 
id< MTLSamplerState > GetMTLSamplerState () const
 
- Public Member Functions inherited from impeller::Sampler
virtual ~Sampler ()
 
const SamplerDescriptorGetDescriptor () const
 

Additional Inherited Members

- Static Public Member Functions inherited from impeller::BackendCast< SamplerMTL, Sampler >
static SamplerMTLCast (Sampler &base)
 
static const SamplerMTLCast (const Sampler &base)
 
static SamplerMTLCast (Sampler *base)
 
static const SamplerMTLCast (const Sampler *base)
 
- Protected Member Functions inherited from impeller::Sampler
 Sampler (SamplerDescriptor desc)
 
- Protected Attributes inherited from impeller::Sampler
SamplerDescriptor desc_
 

Detailed Description

Definition at line 18 of file sampler_mtl.h.

Constructor & Destructor Documentation

◆ SamplerMTL()

impeller::SamplerMTL::SamplerMTL ( )

◆ ~SamplerMTL()

impeller::SamplerMTL::~SamplerMTL ( )
overridedefault

Member Function Documentation

◆ GetMTLSamplerState()

id< MTLSamplerState > impeller::SamplerMTL::GetMTLSamplerState ( ) const

Definition at line 16 of file sampler_mtl.mm.

16 {
17 return state_;
18}

The documentation for this class was generated from the following files: