#include <sampler_library_vk.h>
Public Member Functions | |
| ~SamplerLibraryVK () override | |
| SamplerLibraryVK (const std::weak_ptr< DeviceHolderVK > &device_holder) | |
| void | ApplyWorkarounds (const WorkaroundsVK &workarounds) |
Public Member Functions inherited from impeller::SamplerLibrary | |
| virtual | ~SamplerLibrary () |
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 17 of file sampler_library_vk.h.
|
overridedefault |
|
explicit |
Definition at line 12 of file sampler_library_vk.cc.
| void impeller::SamplerLibraryVK::ApplyWorkarounds | ( | const WorkaroundsVK & | workarounds | ) |
Definition at line 18 of file sampler_library_vk.cc.
References impeller::WorkaroundsVK::broken_mipmap_generation.
|
friend |
Definition at line 29 of file sampler_library_vk.h.