Default rendering pipeline drawcall


Is there any way to reduce the drawcall of the default rendering pipeline when it is enabled?

1 Like

In simple terms, we can reduce DC and improve performance by reducing the number of post-processing effects and optimizing their implementation. For example, the implementation of bloom requires the coordination of blur algorithms. As far as I know, Dual blur performs well on PC and mobile terminals.

1 Like