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

EffectComposer: Add dispose(). #24712

Merged
merged 1 commit into from
Oct 1, 2022
Merged

EffectComposer: Add dispose(). #24712

merged 1 commit into from
Oct 1, 2022

Conversation

Mugen87
Copy link
Collaborator

@Mugen87 Mugen87 commented Sep 29, 2022

Fixed #24710.

Description

Adds dispose() to EffectComposer.

@Mugen87 Mugen87 added this to the r146 milestone Sep 30, 2022
@@ -31,6 +31,8 @@ class Pass {

}

dispose() {}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When this PR is merged, I'm planning to add more dispose() methods to the pass classes in jsm/postprocessing 👍 .

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

Successfully merging this pull request may close these issues.

Unclear how to dispose of EffectComposer
1 participant