|
KallistiOS
2.0.0
|
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. | |
| #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.
1.8.1.1