19std::optional<Snapshot> TextureFilterInput::GetSnapshot(
20 std::string_view label,
23 std::optional<Rect> coverage_limit,
24 int32_t mip_count)
const {
27 if (texture_->GetMipCount() > 1) {
28 snapshot.sampler_descriptor.label =
"TextureFilterInput Trilinear Sampler";
29 snapshot.sampler_descriptor.mip_filter = MipFilter::kLinear;