libogc  v2.5.0
Macros
Indirect texture wrap value

Indicates whether the regular texture coordinate should be wrapped before being added to the offset. More...

Macros

#define GX_ITW_0   6
 
#define GX_ITW_128   2
 
#define GX_ITW_16   5
 
#define GX_ITW_256   1
 
#define GX_ITW_32   4
 
#define GX_ITW_64   3
 
#define GX_ITW_OFF   0
 
#define GX_MAX_ITWRAP   7
 

Detailed Description

Indicates whether the regular texture coordinate should be wrapped before being added to the offset.

GX_ITW_OFF specifies no wrapping. GX_ITW_0 will zero out the regular texture coordinate.