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