KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
TA command values

Macros

#define PVR_CMD_POLYHDR   0x80840000
 PVR polygon header. Striplength set to 2. More...
 
#define PVR_CMD_VERTEX   0xe0000000
 PVR vertex data. More...
 
#define PVR_CMD_VERTEX_EOL   0xf0000000
 PVR vertex, end of strip. More...
 
#define PVR_CMD_USERCLIP   0x20000000
 PVR user clipping area. More...
 
#define PVR_CMD_MODIFIER   0x80000000
 PVR modifier volume. More...
 
#define PVR_CMD_SPRITE   0xA0000000
 PVR sprite header. More...
 

Detailed Description

These are are appropriate values for TA commands. Use whatever goes with the primitive type you're using.

Macro Definition Documentation

#define PVR_CMD_MODIFIER   0x80000000

PVR modifier volume.

#define PVR_CMD_POLYHDR   0x80840000

PVR polygon header. Striplength set to 2.

#define PVR_CMD_SPRITE   0xA0000000

PVR sprite header.

#define PVR_CMD_USERCLIP   0x20000000

PVR user clipping area.

#define PVR_CMD_VERTEX   0xe0000000

PVR vertex data.

#define PVR_CMD_VERTEX_EOL   0xf0000000

PVR vertex, end of strip.