Rasagar/Library/PackageCache/com.unity.render-pipelines.high-definition/Documentation~/Custom-rendering.md
2024-08-26 23:07:20 +03:00

10 lines
337 B
Markdown

# 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. |