Supersampling | |
public enum SupersamplingResolveFilterType
| Member name | Value | Description |
|---|---|---|
| None | 0 | Performs simple bilinear read from a single pixels - no custom filter is used. |
| RotatedFilterSize5 | 1 | Performs 5 bilinear reads per destination pixel in a rotated grid fashion and a center pixel with increased weight. The area of read texels is slightly bigger then 2 x 2 texels around the center texel. The result is smoother but slightly blurrier image. |