gDPSetTextureFilter
Sets the filter type for texture tile sampling
Syntax
#include <ultra64.h> /* gbi.h */
gDPSetTextureFilter(Gfx *gdl, u32 type)
gsDPSetTextureFilter( u32 type)
Arguments
Description
Sets the type of filter to use when sampling a texture tile.
For details, see Sections 12.5.1 "Filter Types," 13.7.5.2 "Bilinear Filtering and Point Sampling," and 14.1 "Sampling Overview" in the N64 Programming Manual.
Note
For reasons of optimization, the texture filter does not execute strict bilinear interpolation. Rather, it performs linear interpolation on the three texels nearest the screen pixel.
Revision History
02/01/99 Completely rewritten