GltfMinFilterMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Minification filter mode. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/sampler.schema.json
public enum class GltfMinFilterMode
public enum GltfMinFilterMode
type GltfMinFilterMode =
Public Enum GltfMinFilterMode
- Inheritance
-
GltfMinFilterMode
Fields
| Linear | 9729 | |
| LinearMipmapLinear | 9987 | |
| LinearMipmapNearest | 9985 | |
| Nearest | 9728 | |
| NearestMipmapLinear | 9986 | |
| NearestMipmapNearest | 9984 | |
| None | 0 |