20std::optional<Snapshot> FilterContentsFilterInput::GetSnapshot(
21 std::string_view label,
24 std::optional<Rect> coverage_limit,
25 int32_t mip_count)
const {
26 if (!snapshot_.has_value()) {
27 snapshot_ = filter_->RenderToSnapshot(renderer, entity,
28 {.coverage_limit = coverage_limit,
29 .sampler_descriptor = std::nullopt,
31 .mip_count = mip_count,