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