Enum LowResTransparentUpsample
Low resolution transparency upsample type..
Namespace: UnityEngine.Rendering.HighDefinition
Syntax
public enum LowResTransparentUpsample : byte
Fields
Name | Description | Value |
---|---|---|
Bilinear | Bilinear upsample. |
0 |
NearestDepth | Nearest depth upsample. |
1 |