Function
gDPSetTileSize
Sets the tile descriptor parameters
Syntax
#include <ultra64.h> /* gbi.h */
gDPSetTileSize(Gfx *gdl, u32 tile, u32 uls, u32 ult, u32 lrs, u32 lrt )
gsDPSetTileSize( u32 tile, u32 uls, u32 ult, u32 lrs, u32 lrt )
Arguments
Description
Sets the parameters of a tile descriptor defining the origin and range of a texture tile.
For details, see Section 13.4.9 "SL, TL" Section 13.4.10 "SH, TH" and Section 13.5 "Tile Descriptor Loading" in the N64 Programming Manual.
See Also
gDPSetTextureDetail, gDPSetTextureFilter, gDPSetTextureLOD, gDPSetTextureLUT, gDPSetTexturePersp, and gSPTexture
Revision History
02/01/99 Completely rewritten.