KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

Values of various PVR polygon list types. More...

Macros

#define PVR_LIST_OP_POLY   0
 Opaque polygon list.
 
#define PVR_LIST_OP_MOD   1
 Opaque modifier list.
 
#define PVR_LIST_TR_POLY   2
 Translucent polygon list.
 
#define PVR_LIST_TR_MOD   3
 Translucent modifier list.
 
#define PVR_LIST_PT_POLY   4
 Punch-thru polygon list.
 

Detailed Description

Values of various PVR polygon list types.

Each primitive submitted to the PVR must be placed in one of these lists, depending on its characteristics.

Macro Definition Documentation

◆ PVR_LIST_OP_MOD

#define PVR_LIST_OP_MOD   1

Opaque modifier list.

◆ PVR_LIST_OP_POLY

#define PVR_LIST_OP_POLY   0

Opaque polygon list.

◆ PVR_LIST_PT_POLY

#define PVR_LIST_PT_POLY   4

Punch-thru polygon list.

◆ PVR_LIST_TR_MOD

#define PVR_LIST_TR_MOD   3

Translucent modifier list.

◆ PVR_LIST_TR_POLY

#define PVR_LIST_TR_POLY   2

Translucent polygon list.