Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Prev Previous commit
Next Next commit
updated docstring
  • Loading branch information
gaaclarke committed Dec 19, 2023
commit e7efc25d700ce0a6abe1b31a2309a6c49d74d971
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class GaussianBlurFilterContents final : public FilterContents {
/// Calculate the UV coordinates for rendering the filter_input.
/// @param filter_input The FilterInput that should be rendered.
/// @param entity The associated entity for the filter_input.
/// @param source_rect The rect in source coordinates to convert to uvs.
/// @param texture_size The rect to convert in source coordinates.
static Quad CalculateUVs(const std::shared_ptr<FilterInput>& filter_input,
const Entity& entity,
Expand Down