GltfMagnificationFilterMode 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.
Magnification filter mode. https://github.com/KhronosGroup/glTF/blob/master/specification/2.0/schema/sampler.schema.json
public enum class GltfMagnificationFilterMode
public enum GltfMagnificationFilterMode
type GltfMagnificationFilterMode =
Public Enum GltfMagnificationFilterMode
- Inheritance
-
GltfMagnificationFilterMode
Fields
| Linear | 9729 | |
| Nearest | 9728 | |
| None | 0 |