Enum Downsampling
Options for selecting downsampling.
Namespace: UnityEngine.Rendering.Universal
Assembly: Unity.RenderPipelines.Universal.Runtime.dll
Syntax
public enum Downsampling
  Fields
| Name | Description | 
|---|---|
| None | Use this to disable downsampling.  | 
      
| _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.  |