KallistiOS
##version##
|
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... | |
#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.