public final class MTLSamplerMinMagFilter
extends java.lang.Object
Options for filtering texels within a mip level.
[@constant] MTLSamplerMinMagFilterNearest Select the single texel nearest to the sample point.
[@constant] MTLSamplerMinMagFilterLinear Select two texels in each dimension, and interpolate linearly between them. Not all devices support linear filtering for all formats. Integer textures can not use linear filtering on any device, and only some devices support linear filtering of Float textures.
public static final long Nearest
public static final long Linear