Flutter Engine
The Flutter Engine
|
#include <sampler_library_vk.h>
Public Member Functions | |
~SamplerLibraryVK () override | |
Public Member Functions inherited from impeller::SamplerLibrary | |
virtual | ~SamplerLibrary () |
virtual const std::unique_ptr< const Sampler > & | GetSampler (SamplerDescriptor descriptor)=0 |
Retrieve a backend specific sampler object for the given sampler descriptor. More... | |
Friends | |
class | ContextVK |
Additional Inherited Members | |
Static Public Member Functions inherited from impeller::BackendCast< SamplerLibraryVK, SamplerLibrary > | |
static SamplerLibraryVK & | Cast (SamplerLibrary &base) |
static const SamplerLibraryVK & | Cast (const SamplerLibrary &base) |
static SamplerLibraryVK * | Cast (SamplerLibrary *base) |
static const SamplerLibraryVK * | Cast (const SamplerLibrary *base) |
Protected Member Functions inherited from impeller::SamplerLibrary | |
SamplerLibrary () | |
Definition at line 15 of file sampler_library_vk.h.
|
overridedefault |
|
friend |
Definition at line 23 of file sampler_library_vk.h.