Rasagar/Library/PackageCache/com.unity.render-pipelines.high-definition/Documentation~/Custom-rendering.md

10 lines
337 B
Markdown
Raw Normal View History

2024-08-26 13:07:20 -07:00
# Custom rendering
Create an effect in a script and control when and how HDRP renders it.
|Page|Description|
|-|-|
| [Custom post-processing effects](Custom-Post-Process.md) | Create a post-processing effect in a script. |
|[Custom Pass](Custom-Pass.md)| Create and apply a custom effect at a specific point in the render pipeline. |