gSPBranchList.3p
663 Bytes
.TH gSPBranchList 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
gSPBranchList, gsSPBranchList
\- display list command
.SH C SPECIFICATION
.nf
\f3#include "gbi.h"
gSPBranchList(Gfx *gdl, Gfx *dl)
gsSPBranchList(Gfx *dl)
\fP
.fi
.SH PARAMETERS
.TP 10
.I *gdl
graphics display list pointer.
.TP
.I dl
child graphics display list pointer.
.SH DESCRIPTION
This function 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.
.SH "SEE ALSO"
.IR gSPDisplayList (3P)
.IR gSPEndDisplayList (3P)