libogc  v2.6.0
Macros
Indirect texture scale

Specifies an additional scale value that may be applied to the texcoord used for an indirect initial lookup (not a TEV stage regular lookup). More...

Macros

#define GX_ITS_1   0
 
#define GX_ITS_128   7
 
#define GX_ITS_16   4
 
#define GX_ITS_2   1
 
#define GX_ITS_256   8
 
#define GX_ITS_32   5
 
#define GX_ITS_4   2
 
#define GX_ITS_64   6
 
#define GX_ITS_8   3
 
#define GX_MAX_ITSCALE   9
 

Detailed Description

Specifies an additional scale value that may be applied to the texcoord used for an indirect initial lookup (not a TEV stage regular lookup).

The scale value is a fraction; thus GX_ITS_32 means to divide the texture coordinate values by 32.