ScopedRenderPass
Represents an active render pass until disposed.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
- Implements: IDisposable
public struct ScopedRenderPass : IDisposable
Remarks
Additional Resources: ScriptableRenderContext.BeginScopedRenderPass.
Methods
Method | Description |
|---|---|
| Dispose | Ends the current render pass in the ScriptableRenderContext that was used to create the ScopedRenderPass. |