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
|
guDPLoadTextureTileFormat#include <gu.h> void guDPLoadTextureTile(Gfx * temp, void *timg, int texl_fmt, int texl_size, int img_width, int img_height, int uls, int ult, int lrs, int lrt, int palette, int cms, int cmt, int masks, int maskt, int shifts, int shiftt)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 performs the work that is now done by the gDPLoadTextureTile macro.
|