Class AOVRequestDataCollection
A collection of frame passes. To build one, AOVRequestBuilder
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public class AOVRequestDataCollection : IEnumerable<AOVRequestData>, IEnumerable, IDisposable
Constructors
Name | Description |
---|---|
AOVRequestDataCollection(List<AOVRequestData>) | Build a new collection from requests. |
Methods
Name | Description |
---|---|
Dispose() | Dispose the collection. |
GetEnumerator() | Enumerate the frame passes. |