MDLMaterialTextureWrapMode 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.
Enumerates procedures for handling texture coordinates outside of the range [0.0,1.0]
.
public enum MDLMaterialTextureWrapMode
type MDLMaterialTextureWrapMode =
- Inheritance
-
MDLMaterialTextureWrapMode
Fields
Name | Value | Description |
---|---|---|
Clamp | 0 | Clamp coordinates outside the range |
Repeat | 1 | Use only the fractional part of the coordinate. |
Mirror | 2 | Reflect coordinates outside the range |