Function
gSPEndDisplayList
Ends a display list
Syntax
#include <ultra64.h> /* gbi.h */
gSPEndDisplayList(Gfx *gdl)
gsSPEndDisplayList(void)
Arguments
Description
Ends a display list. When this macro is executed, the RSP pops the display list stack and, if the display list stack is empty, ends the graphics process. For details, please see Section 11.2, "Display List Processing" in the N64 Online Programming Manual.
Note
All display lists must end with this macro.
See Also
Revision History
02/01/99 Completely rewritten.