KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Enable or disable clamping of U/V on the PVR

Macros

#define PVR_UVCLAMP_NONE   0
 Disable clamping.
#define PVR_UVCLAMP_V   1
 Clamp V only.
#define PVR_UVCLAMP_U   2
 Clamp U only.
#define PVR_UVCLAMP_UV   3
 Clamp U and V.

Detailed Description


Macro Definition Documentation

#define PVR_UVCLAMP_NONE   0

Disable clamping.

#define PVR_UVCLAMP_U   2

Clamp U only.

#define PVR_UVCLAMP_UV   3

Clamp U and V.

#define PVR_UVCLAMP_V   1

Clamp V only.