2021-09-09 20:42:29 -04:00

8 lines
351 B
Markdown

# Post-processing effect execution order
The post-processing system in the High Definition Render Pipeline applies post-processing effects in a specific order. The system also combines some effects into the same Compute Shader to minimize the number of passes.
## Execution order and effect grouping
![](Images/Post-processingExecutionOrder1.png))