gSPEndDisplayList.3p 629 Bytes
.TH gSPEndDisplayList 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
gSPEndDisplayList, gsSPEndDisplayList
\- end of display list command
.SH C SPECIFICATION
.nf
\f3#include "gbi.h"

gSPEndDisplayList(Gfx *gdl)

gsSPEndDisplayList(void)
\fP
.fi
.SH PARAMETERS
.TP 10
.I *gdl
graphics display list pointer.
.SH DESCRIPTION
This command is used to end a display list. Upon execution of
this command, the RSP will 'pop' the display list stack. When
the display list stack is empty, the graphics processing is
complete.

All display lists MUST have an 'end'.
.SH "SEE ALSO"
.IR gSPBranchDisplayList (3P)
.IR gSPDisplayList (3P)