spFinish.3p 731 Bytes
.TH spFinish 3P local "Silicon Graphics, Inc."
.SH NAME
spFinish \- Reset graphics mode to default at end of sprite drawing.
.SH C SPECIFICATION
.nf
\f3#include <sp.h>

void spFinish(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 end of sprite drawing.
Some GBI display list commands are added to the specified 
.I glistp
to get the RCP to complete all 
pending drawing operations and reset the RCP to its default state.
.PP
This function also tacks on a 
.B gEndDisplayList().
.PP
.I glistp
is updated to point to the display list location immediately after
this terminal
.B gEndDisplayList().
.SH "SEE ALSO"
.IR spInit (3P)