Class FrameResources
Utility class to store handles of frame resources for communication between passes.
Inherited Members
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public class FrameResources
Methods
Name | Description |
---|---|
GetTexture<T>(T) | Get the TextureHandle for a specific identifier. |
SetTexture<T>(T, TextureHandle) | Add or replace the TextureHandle for a specific identifier. |