Struct STP.HistoryUpdateInfo
Describes the information needed to update the history context
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public struct STP.HistoryUpdateInfo
Fields
postUpscaleSize
Size of the target image after upscaling is applied
Declaration
public Vector2Int postUpscaleSize
Field Value
Type | Description |
---|---|
Vector2Int |
preUpscaleSize
Size of the target image before upscaling is applied
Declaration
public Vector2Int preUpscaleSize
Field Value
Type | Description |
---|---|
Vector2Int |
useHwDrs
True if hardware dynamic resolution scaling is active
Declaration
public bool useHwDrs
Field Value
Type | Description |
---|---|
bool |
useTexArray
True if texture arrays are being used in the current rendering environment
Declaration
public bool useTexArray
Field Value
Type | Description |
---|---|
bool |