Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1 KB

File metadata and controls

14 lines (10 loc) · 1 KB

Scriptable Render Passes

Use the ScriptableRenderPass API to write a custom render pass. You can then inject the pass into the Universal Render Pipeline (URP) frame rendering loop using the RenderPipelineManager API or a Scriptable Renderer Feature.

Page Description
Introduction to Scriptable Render Passes What a Scriptable Render Pass is, and how you can inject it into a scene.
Inject a pass via scripting Use the RenderPipelineManager API to inject a render pass, without using a Scriptable Renderer Feature.
Restrict a render pass to a scene area Enable a custom rendering effect only if the camera is inside a volume in a scene.

Additional resources