Enum ProbeVolumesBilateralFilteringModes
Options for the mode HDRP uses for probe volume bilateral filtering.
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
[GenerateHLSL(PackingRules.Exact, true, false, false, 1, false, false, false, -1)]
public enum ProbeVolumesBilateralFilteringModes
Fields
| Name | Description | Value |
|---|---|---|
| Disabled | Disables bilateral filtering. |
|
| OctahedralDepth | Bilateral filtering using octahedral depth. |
|
| Validity | Bilateral filtering using validity. |