Interface ISTPEnabledRenderPipeline
By implementing this interface, a render pipeline can indicate its usage of the STP upscaler
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Core.Runtime.dll
Syntax
public interface ISTPEnabledRenderPipeline
Properties
isStpUsed
Indicates if this render pipeline instance uses STP.
Declaration
bool isStpUsed { get; }
Property Value
Type | Description |
---|---|
bool |