Render Graph Integration

The following is intended for informational purposes only, and may not be incorporated into any contract. No purchasing decisions should be made based on the following materials. Unity is not committing to deliver any functionality, features or code. The development, timing and release of all products, functionality and features are at the sole discretion of Unity, and are subject to change.
If you have accepted to use functional cookies and logged in using your Unity ID at the top right of the page, then sharing feedback is as simple as clicking a card below, selecting a topic’s importance, adding your point of view, and submitting. If you prefer not to accept functional cookies or log in, you will be prompted to enter an email address and validate it, so we know how to reach out when the topic evolves. For more information read the Feedback and privacy terms.
Summary
Render Graph is a high-level representation of a pipeline's frame and render passes, explicitly stating how the render passes use resources.
Describing render passes in this way has two benefits: it simplifies render pipeline configuration, and it allows the render graph system to efficiently manage parts of the render pipeline, which can result in improved runtime performance. Render Graph is already integrated with High Definition Render Pipeline (HDRP) and will be integrated at the core of Universal Render Pipeline (URP) as well.
Intended Outcome/Use Case
The integration of Render Graph with URP brings several benefits to users of URP:
- Efficient memory management
- Improved performance by default, especially on Tile-based GPUs with NativeRenderPass API
- Better frame resource management framework and API
- More intuitive API for frame customization
For more details on Render Graph please see here.