public final class EnumFxSamplerMinFilter extends Object
The enumeration FX sampler min filter.
Modifier and Type | Field and Description |
---|---|
static String |
ANISOTROPIC
The anisotropic.
|
static String |
LINEAR
The linear.
|
static String |
NEAREST
The nearest.
|
Constructor and Description |
---|
EnumFxSamplerMinFilter() |
public static final String NEAREST
The nearest.
public static final String LINEAR
The linear.
public static final String ANISOTROPIC
The anisotropic.