Struct GlobalLowResolutionTransparencySettings
Global Low Resolution Transparency Settings.
Inherited Members
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
[Serializable]
public struct GlobalLowResolutionTransparencySettings
Fields
checkerboardDepthBuffer
Enable checkerboard depth buffer.
Declaration
public bool checkerboardDepthBuffer
Field Value
Type | Description |
---|---|
bool |
enabled
Enable low resolution transparency upsample.
Declaration
public bool enabled
Field Value
Type | Description |
---|---|
bool |
upsampleType
Low resolution transparency upsample type.
Declaration
public LowResTransparentUpsample upsampleType
Field Value
Type | Description |
---|---|
LowResTransparentUpsample |