al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
guGetDPLoadTextureTileSzFormat#include <gu.h> int guGetDPLoadTextureTileSz( int ult, int lrt)What This Function Does It is an old 1.0 function that was intended to fix bugs in the first pass (1.0) of the hardware. Do not use it with Hardware 2.0 or later. It indicates how many words will be added to the display list by the guDPLoadTextureTile function, which performs work that is now done by the gDPLoadTextureTile macro.
|