Enum PixelPerfectCamera.PixelPerfectFilterMode
Defines the filter mode use to render the final render target.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum PixelPerfectFilterMode
Fields
| Name | Description | Value |
|---|---|---|
| RetroAA | Uses point filter to upscale to closest multiple of Reference Resolution, followed by bilinear filter to the target resolution. |
0 |
| Point | Uses point filter to upscale to target resolution. |
1 |