Enum Downsampling
Options for selecting downsampling.
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum Downsampling
Fields
| Name | Description | Value |
|---|---|---|
| _2xBilinear | Use this to produce a half-resolution image with bilinear filtering. |
|
| _4xBilinear | Use this to produce a quarter-resolution image with bi-linear filtering. |
|
| _4xBox | Use this to produce a quarter-resolution image with box filtering. This produces a softly blurred copy. |
|
| None | Use this to disable downsampling. |