Enum PixelPerfectCamera.PixelPerfectFilterMode
Defines the filter mode use to render the final render target.
Namespace: UnityEngine.Experimental.Rendering.Universal
Syntax
public enum PixelPerfectFilterMode
Fields
Name | Description | Value |
---|---|---|
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. |