Click or drag to resize
Ab4d.SharpEngine logo

SupersamplingResolveFilterType Enumeration

SupersamplingResolveFilterType enum defines possible filtering types that are used to down-sample a super-sampled texture.

Namespace: Ab4d.SharpEngine.Common
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.2.9386+3a404a3e1ebfa4efd231da7fe6f10dfb23b95dc4
Syntax
C#
public enum SupersamplingResolveFilterType
Members
Member nameValueDescription
None0 Performs simple bilinear read from a single pixels - no custom filter is used.
RotatedFilterSize51 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.
See Also