2024-11-01 16:55:46 +08:00

951 B

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.
Write a Scriptable Render Pass An example of a ScriptableRenderPass instance that uses Blit to create a red tint effect.
Inject a pass via scripting Use the RenderPipelineManager API to inject a render pass, without using a Scriptable Renderer Feature.

Additional resources