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

351 B

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

)