Enum MSAAMode
Defines the level of MSAA for the camera.
Namespace: UnityEngine.Rendering.HighDefinition
Assembly: Unity.RenderPipelines.HighDefinition.Runtime.dll
Syntax
public enum MSAAMode
Fields
Name | Description |
---|---|
FromHDRPAsset | Uses MSAA mode from the current HDRP asset. |
MSAA2X | MSAA 2X. |
MSAA4X | MSAA 4X. |
MSAA8X | MSAA 8X. |
None | No MSAA. |