KallistiOS  ##version##
 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) More...
 
#define PVR_FILTER_NEAREST   0
 No filtering (point sample) More...
 
#define PVR_FILTER_BILINEAR   2
 Bilinear interpolation. More...
 
#define PVR_FILTER_TRILINEAR1   4
 Trilinear interpolation pass 1. More...
 
#define PVR_FILTER_TRILINEAR2   6
 Trilinear interpolation pass 2. More...
 

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.