#include <sampler_library_vk.h>
Public Member Functions | |
~SamplerLibraryVK () override | |
SamplerLibraryVK (const std::weak_ptr< DeviceHolderVK > &device_holder) | |
void | ApplyWorkarounds (const WorkaroundsVK &workarounds) |
![]() | |
virtual | ~SamplerLibrary () |
Friends | |
class | ContextVK |
Additional Inherited Members | |
![]() | |
static SamplerLibraryVK & | Cast (SamplerLibrary &base) |
static const SamplerLibraryVK & | Cast (const SamplerLibrary &base) |
static SamplerLibraryVK * | Cast (SamplerLibrary *base) |
static const SamplerLibraryVK * | Cast (const SamplerLibrary *base) |
![]() | |
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.