KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
PVR texture sampling modes

Macros

#define PVR_FILTER_NONE   0
 No filtering (point sample)
#define PVR_FILTER_NEAREST   0
 No filtering (point sample)
#define PVR_FILTER_BILINEAR   2
 Bilinear interpolation.
#define PVR_FILTER_TRILINEAR1   4
 Trilinear interpolation pass 1.
#define PVR_FILTER_TRILINEAR2   6
 Trilinear interpolation pass 2.

Detailed Description


Macro Definition Documentation

#define PVR_FILTER_BILINEAR   2

Bilinear interpolation.

#define PVR_FILTER_NEAREST   0

No filtering (point sample)

#define PVR_FILTER_NONE   0

No filtering (point sample)

#define PVR_FILTER_TRILINEAR1   4

Trilinear interpolation pass 1.

#define PVR_FILTER_TRILINEAR2   6

Trilinear interpolation pass 2.