Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify usage of CompositorEffect as an abstract base class #95347

Merged

Conversation

calsbrook
Copy link
Contributor

The CompositorEffect documentation now explicitly states that it is an abstract
base class that must be extended to implement custom rendering logic. This clarification
addresses potential confusion for users attempting to directly instantiate the resource
without realizing it requires extension.

Fixes #89030

@calsbrook calsbrook requested a review from a team as a code owner August 10, 2024 04:38
@Chaosus Chaosus added this to the 4.3 milestone Aug 10, 2024
@akien-mga akien-mga merged commit b8e8b33 into godotengine:master Aug 12, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks! And congrats for your first merged Godot contribution 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't add a CompositorEffect to a Compositor
3 participants