nw::lyt::TextureFlip Enumerated Typeenum TextureFlip;
| Value | Description |
|---|---|
| TEXTUREFLIP_NONE | Displays the texture as-is. |
| TEXTUREFLIP_FLIPH | Displays the texture with left and right (horizontal) reversed. |
| TEXTUREFLIP_FLIPV | Displays the texture with top and bottom (vertical) reversed. |
| TEXTUREFLIP_ROTATE90 | Displays the texture rotated 90 degrees. |
| TEXTUREFLIP_ROTATE180 | Displays the texture rotated 180 degrees. |
| TEXTUREFLIP_ROTATE270 | Displays the texture rotated 270 degrees. |
| TEXTUREFLIP_MAX | Total number of enumerators. |
Enumerator related to the reverse display of textures.
CONFIDENTIAL