Enum RenderPathCompatibility
Render path exposed as flags to allow compatibility to be expressed with multiple options.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
[Flags]
public enum RenderPathCompatibility
Fields
| Name | Description |
|---|---|
| All | All Rendering Paths |
| Deferred | Deferred Rendering Path |
| Forward | Forward Rendering Path |
| ForwardPlus | Forward+ Rendering Path |