nw::lyt::TextureFlip Enumerated Type

Syntax

enum TextureFlip;

Value

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.

Description

Enumerator related to the reverse display of textures.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL