-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Closed
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile timesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!
Description
What problem does this solve or what need does it fill?
Multi-threading support for rendering command encoding was added in #9172 .
Support for it was added to some subset of nodes. Currently for example MainOpaquePass2dNode has been parallelized, but MainTransparentPass2dNode has not been parallelized.
Parallelized command encoding is especially important for setups where multiple camera views are rendered. Currently graph is executed in serial and no parallelization is done for unsupported nodes.
What solution would you like?
Continue adding support for render node parallelization.
What alternative(s) have you considered?
Currently none.
Additional context
See discussion on discord rendering channel: https://discord.com/channels/691052431525675048/866787577687310356/1337553149208035359
Metadata
Metadata
Assignees
Labels
A-RenderingDrawing game state to the screenDrawing game state to the screenC-FeatureA new feature, making something new possibleA new feature, making something new possibleC-PerformanceA change motivated by improving speed, memory usage or compile timesA change motivated by improving speed, memory usage or compile timesS-Ready-For-ImplementationThis issue is ready for an implementation PR. Go for it!This issue is ready for an implementation PR. Go for it!