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

Pre transparent compositor effects needs to run later #93960

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

BastiaanOlij
Copy link
Contributor

While this is probably still unused, I noticed I had made a mistake in the mobile renderer as to the timing of the compositor effect when it's set to run before the transparent stage.

It is currently called while within the opaque pass draw list hasn't been ended. It needs to be called after this is the case.
We already make sure merge_transparent_pass is false if this compositor effect has been added so all good.

@BastiaanOlij BastiaanOlij added this to the 4.3 milestone Jul 5, 2024
@BastiaanOlij BastiaanOlij self-assigned this Jul 5, 2024
@BastiaanOlij BastiaanOlij requested a review from a team as a code owner July 5, 2024 02:40
@akien-mga akien-mga merged commit 46e8377 into godotengine:master Jul 10, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks!

@BastiaanOlij BastiaanOlij deleted the fix_mobile_compositor branch August 20, 2024 01:52
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.

3 participants