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
|
gSPBranchListFormat#include "gbi.h" gSPBranchList(Gfx *gdl, Gfx *dl) gsSPBranchList(Gfx *dl)Arguments
This macro is similar to gSPDisplayList, except that the current display list is not pushed onto the calling stack. In effect, this call is a jump whereas gSPDisplayList is a call. It can be used to link long lists together. See Also gSPDisplayList gSPEndDisplayList
|