Skip to content

Commit

Permalink
Merge pull request #95347 from calsbrook/update-compositor-effect-docs
Browse files Browse the repository at this point in the history
Clarify usage of CompositorEffect as an abstract base class
  • Loading branch information
akien-mga committed Aug 12, 2024
2 parents 3896212 + 3217bc2 commit b8e8b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/CompositorEffect.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
This resource allows for creating a custom rendering effect.
</brief_description>
<description>
This resource defines a custom rendering effect that can be applied to [Viewport]s through the viewports' [Environment]. You can implement a callback that is called during rendering at a given stage of the rendering pipeline and allows you to insert additional passes. Note that this callback happens on the rendering thread.
This resource defines a custom rendering effect that can be applied to [Viewport]s through the viewports' [Environment]. You can implement a callback that is called during rendering at a given stage of the rendering pipeline and allows you to insert additional passes. Note that this callback happens on the rendering thread. CompositorEffect is an abstract base class and must be extended to implement specific rendering logic.
</description>
<tutorials>
</tutorials>
Expand Down

0 comments on commit b8e8b33

Please sign in to comment.