Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e2fc7d3

Browse files
committed
added docstring
1 parent f07ccef commit e2fc7d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impeller/entity/contents/filters/gaussian_blur_filter_contents.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Matrix MakeAnchorScale(const Point& anchor, Vector2 scale) {
5454
Matrix::MakeTranslation({-anchor.x, -anchor.y, 0});
5555
}
5656

57+
/// Makes a subpass that will render the scaled down input and add the
58+
/// transparent gutter required for the blur halo.
5759
std::shared_ptr<Texture> MakeDownsampleSubpass(
5860
const ContentContext& renderer,
5961
std::shared_ptr<Texture> input_texture,

0 commit comments

Comments
 (0)