KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Enable or disable U/V flipping on the PVR

Macros

#define PVR_UVFLIP_NONE   0
 No flipped coordinates. More...
 
#define PVR_UVFLIP_V   1
 Flip V only. More...
 
#define PVR_UVFLIP_U   2
 Flip U only. More...
 
#define PVR_UVFLIP_UV   3
 Flip U and V. More...
 

Detailed Description

Macro Definition Documentation

#define PVR_UVFLIP_NONE   0

No flipped coordinates.

#define PVR_UVFLIP_U   2

Flip U only.

#define PVR_UVFLIP_UV   3

Flip U and V.

#define PVR_UVFLIP_V   1

Flip V only.