Enum Downsampling
Namespace: UnityEngine.Rendering.Universal
Syntax
public enum Downsampling : int
Fields
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| _2xBilinear | 1 | |
| _4xBox | 2 | |
| _4xBilinear | 3 |
public enum Downsampling : int
| Name | Description | Value |
|---|---|---|
| None | 0 | |
| _2xBilinear | 1 | |
| _4xBox | 2 | |
| _4xBilinear | 3 |