public final class MTLSamplerMipFilter
extends java.lang.Object
Options for selecting and filtering between mipmap levels [@constant] MTLSamplerMipFilterNotMipmapped The texture is sampled as if it only had a single mipmap level. All samples are read from level 0. [@constant] MTLSamplerMipFilterNearest The nearst mipmap level is selected. [@constant] MTLSamplerMipFilterLinear If the filter falls between levels, both levels are sampled, and their results linearly interpolated between levels.
| Modifier and Type | Field and Description |
|---|---|
static long |
Linear |
static long |
Nearest |
static long |
NotMipmapped |
public static final long NotMipmapped
public static final long Nearest
public static final long Linear