Enum ComputeThicknessResolution
Enum that defines the sets of scale which Compute Thickness.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum ComputeThicknessResolution
Fields
Name | Description |
---|---|
Full | The Compute Thickness will be rendered on Full resolution. |
Half | The Compute Thickness will be rendered on Half resolution. |
Quarter | The Compute Thickness will be rendered on Quarter resolution. |