Delegate ScaleFunc
Scaled function used to compute the size of a RTHandle for the current frame.
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public delegate Vector2Int ScaleFunc(Vector2Int size)
Parameters
Type | Name | Description |
---|---|---|
Vector2Int | size | Reference size of the RTHandle system for the frame. |
Returns
Type | Description |
---|---|
Vector2Int | The size of the RTHandled computed from the reference size. |