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

Cleanup RenderPassNode::declareRenderTarget #7332

Merged
merged 2 commits into from
Nov 6, 2023

Conversation

z3moon
Copy link
Contributor

@z3moon z3moon commented Nov 2, 2023

There's no functional change. Remove an unused local variable outgoingEdges to save CPU resource. Tidy up an usage of local variable to slightly improve readability.

@z3moon z3moon added the internal Issue/PR does not affect clients label Nov 2, 2023
@z3moon z3moon marked this pull request as ready for review November 2, 2023 20:10
Copy link
Collaborator

@pixelflinger pixelflinger left a comment

Choose a reason for hiding this comment

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

just rename cur_attachment_handle to just handle.

filament/src/fg/PassNode.cpp Outdated Show resolved Hide resolved
There's no functional change. Remove an unused local variable
`outgoingEdges` to save CPU resource. Tidy up an usage of local variable
to slightly improve readability.
@z3moon z3moon force-pushed the zm/refine-declare-render-target branch from d8502d2 to 4c4b3c1 Compare November 6, 2023 17:54
@z3moon z3moon merged commit 62adb23 into main Nov 6, 2023
8 checks passed
@z3moon z3moon deleted the zm/refine-declare-render-target branch November 6, 2023 21:22
plepers pushed a commit to plepers/filament that referenced this pull request Dec 9, 2023
There's no functional change. Remove an unused local variable
`outgoingEdges` to save CPU resource. Tidy up an usage of local variable
to slightly improve readability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Issue/PR does not affect clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants