TextureAddressingMode Enumeration |
Namespace: NeoAxis
[FlagsAttribute] public enum TextureAddressingMode
Member name | Value | Description | |
---|---|---|---|
WrapU | 1 | ||
WrapV | 2 | ||
WrapW | 4 | ||
Wrap | 7 | Texture wraps at values outside 0.0-1.0. | |
MirrorU | 8 | ||
MirrorV | 16 | ||
MirrorW | 32 | ||
Mirror | 56 | Texture mirrors (flips) at joins over 1.0. | |
ClampU | 64 | ||
ClampV | 128 | ||
ClampW | 256 | ||
Clamp | 448 | Texture clamps at 1.0. | |
BorderU | 512 | ||
BorderV | 1024 | ||
BorderW | 2048 | ||
Border | 3584 | Texture coordinates outside the range [0.0, 1.0] are set to the border colour. |
Copyright 2024 NeoAxis Group. All rights reserved.