MTLSamplerAddressMode 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.
The wrapping mode. Used when a fetch falls outside the bounds of a texture.
public enum MTLSamplerAddressMode
type MTLSamplerAddressMode =
- Inheritance
-
MTLSamplerAddressMode
Fields
Name | Value | Description |
---|---|---|
ClampToEdge | 0 | |
MirrorClampToEdge | 1 | |
Repeat | 2 | |
MirrorRepeat | 3 | |
ClampToZero | 4 | |
ClampToBorderColor | 5 |