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

PowerVR primitive context clipping modes. More...

Macros

#define PVR_USERCLIP_DISABLE   0
 Disable clipping.
 
#define PVR_USERCLIP_INSIDE   2
 Enable clipping inside area.
 
#define PVR_USERCLIP_OUTSIDE   3
 Enable clipping outside area.
 

Detailed Description

PowerVR primitive context clipping modes.

These control how primitives are clipped against the user clipping area.

Macro Definition Documentation

◆ PVR_USERCLIP_DISABLE

#define PVR_USERCLIP_DISABLE   0

Disable clipping.

◆ PVR_USERCLIP_INSIDE

#define PVR_USERCLIP_INSIDE   2

Enable clipping inside area.

◆ PVR_USERCLIP_OUTSIDE

#define PVR_USERCLIP_OUTSIDE   3

Enable clipping outside area.