How to access and use textures in custom render passes 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 |
|---|---|
| Read or write to a texture in a render pass | Set a texture as an input or output for a render pass. |
| Create a temporary texture for a single frame | Create a temporary texture in a render pass, also known as an internal resource. |
| Use a texture in multiple render passes | Point render graph to an external texture, set a texture as a global texture, or add a texture to the frame data. |