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
|
gDPNoOpFormat#include "gbi.h" gDPNoOp(Gfx *gdl) gsDPNoOp(void)Arguments
These macros do nothing. They are simply consumed in the RDP to provide a few stall cycles. Typically, these macros are interspersed into the display list during debugging. Then the program directs the RSP geometry engine to render into DRAM, where the RDP display list can be examined.
|