EnumFxSamplerMinFilter
The enumeration FX sampler min filter.
Constructors
| Constructor | Description |
|---|---|
| EnumFxSamplerMinFilter() |
Fields
| Field | Description |
|---|---|
| NEAREST | The nearest. |
| LINEAR | The linear. |
| ANISOTROPIC | The anisotropic. |
EnumFxSamplerMinFilter()
public EnumFxSamplerMinFilter()
NEAREST
public static final String NEAREST
The nearest.
Returns: String
LINEAR
public static final String LINEAR
The linear.
Returns: String
ANISOTROPIC
public static final String ANISOTROPIC
The anisotropic.
Returns: String