main_transparent_pass_2d render node command encoding parallelization#17735
Merged
superdump merged 2 commits intobevyengine:mainfrom Feb 9, 2025
Merged
Conversation
a385fa0 to
fc006c5
Compare
Contributor
Author
|
Added small fix, postpone diagnostics retrieval until last moment. Ready for review. |
IceSentry
reviewed
Feb 8, 2025
Contributor
IceSentry
left a comment
There was a problem hiding this comment.
Can you do it for the opaque pass as well?
Contributor
|
Nvm, it's already done there |
IceSentry
approved these changes
Feb 8, 2025
superdump
approved these changes
Feb 9, 2025
mrchantey
pushed a commit
to mrchantey/bevy
that referenced
this pull request
Feb 17, 2025
…bevyengine#17735) # Objective - Add command encoding parallelization to transparent 2d pass render node. - Improves bevyengine#17733 ## Solution Using functionality added in bevyengine#9172 ## Testing - Tested in personal project where multiple cameras are rendered with objects rendered in transparent 2d pass.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Objective
Solution
Using functionality added in #9172
Testing