Techniques for speeding up rendering by reducing the number of drawing commands the CPU sends to the GPU, in the Universal Render PipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info
See in Glossary (URP).
Page | Description |
---|---|
Scriptable Render Pipeline Batcher | Resources for using the Scriptable Render Pipeline (SRP) Batcher to reduce the number of render state changes between draw calls. |
BatchRendererGroup API | Resources for using the BatchRendererGroup API to reduce the number of batches in the SRP Batcher. |