19 public BackendCast<SamplerLibraryVK, SamplerLibrary> {
25 uint32_t max_sampler_anisotropy);
32 std::weak_ptr<DeviceHolderVK> device_holder_;
33 std::vector<std::pair<uint64_t, std::shared_ptr<const Sampler>>> samplers_;
34 uint32_t max_sampler_anisotropy_ = 1;
35 bool mips_disabled_workaround_ =
false;