Enum Sampler.MinFilterMode
Minification filter mode.
Namespace: GLTFast.Schema
Syntax
public enum MinFilterMode
Fields
| Name | Description | Value |
|---|---|---|
| None | No value |
0 |
| Nearest | Nearest pixel sampling |
9728 |
| Linear | Linear pixel interpolation sampling |
9729 |
| NearestMipmapNearest | Nearest pixel and nearest mipmap sampling |
9984 |
| LinearMipmapNearest | Linear pixel interpolation and nearest mipmap sampling |
9985 |
| NearestMipmapLinear | Nearest pixel and linear mipmap interpolation sampling |
9986 |
| LinearMipmapLinear | Linear pixel interpolation and linear mipmap interpolation sampling |
9987 |