public final class EnumFxSamplerMipFilter extends Object
The enumeration FX sampler MIP filter.
static String
LINEAR
NEAREST
NONE
EnumFxSamplerMipFilter()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String NONE
The none.
public static final String NEAREST
The nearest.
public static final String LINEAR
The linear.
public EnumFxSamplerMipFilter()