spInit.3p
625 Bytes
.TH spInit 3P local "Silicon Graphics, Inc."
.SH NAME
spInit \- Set graphics modes as needed for sprite drawing.
.SH C SPECIFICATION
.nf
\f3#include <sp.h>
void spInit(Gfx **glistp)
\fP
.fi
.SH PARAMETERS
.TP 10
.I **glistp
pointer to graphics display list pointer.
.SH DESCRIPTION
This function should be called at the beginning of sprite drawing.
Some GBI display list commands are added to the specified
.I glistp
to get the RCP into the correct mode for sprite rendering.
This sets default texturing modes.
.PP
.I glistp
is updated to point to the next available display list location.
.SH "SEE ALSO"
.IR spFinish (3P)