Class RenderGraphGraphicsAutomatedTests
Utility class to connect SRP to automated test framework.
Inherited Members
Namespace: UnityEngine.Rendering
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public static class RenderGraphGraphicsAutomatedTests
Properties
forceRenderGraphState
Used by render pipelines to initialize RenderGraph tests. True = RenderGraph, False = CompatibilityMode, null = no effect (keep as it is configured in the project settings).
Declaration
public static bool? forceRenderGraphState { get; set; }
Property Value
Type | Description |
---|---|
bool? |