Version: Unity 6.7 Alpha (6000.7)
Language : English
GPU Resident Drawer performance considerations
Introduction to the BatchRendererGroup API in URP

BatchRendererGroup API in URP

BatchRendererGroup (BRG) is an API for high-performance custom rendering in projects that use a Scriptable Render Pipeline (SRP) and the SRP Batcher.

Page Description
Introduction to the BatchRendererGroup API Explains how BRG renders to the screen and introduces BRG-specific concepts.
Set up your project for the BatchRendererGroup API Describes the requirements and compatibility of BRG and explains how to set up your project to support BRG.
Creating a renderer with the BatchRendererGroup API A section that explains how to use BRG to create a simple custom renderer.
Writing custom shaders for the BatchRendererGroup API Describes the new data-oriented way shaders can load instance data.

Additional resources

GPU Resident Drawer performance considerations
Introduction to the BatchRendererGroup API in URP