Skip to content

Commit

Permalink
updated jonahs comment
Browse files Browse the repository at this point in the history
  • Loading branch information
gaaclarke committed Nov 30, 2023
1 parent e2fc7d3 commit b747862
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@ std::optional<Entity> GaussianBlurFilterContents::RenderFilter(
}

Scalar desired_scalar = CalculateScale(sigma_);
// TODO(jonahwilliams): If desired_scalar is 1.0 and we fully acquired the
// gutter from the expanded_coverage_hint, we can skip the downsample pass.
// pass.
Vector2 downsample_scalar(desired_scalar, desired_scalar);
Vector2 padded_size =
Vector2(input_snapshot->texture->GetSize()) + 2.0 * padding;
Expand Down

0 comments on commit b747862

Please sign in to comment.