Home  /  Autodocs  /  graphics.library

NAME

DrawGList
Process the gel list, queueing VSprites, drawing Bobs.

SYNOPSIS

DrawGList(rp, vp)
A1 A0

void DrawGList(struct RastPort *, struct ViewPort *);

FUNCTION

Performs one pass of the current gel list.

INPUTS

rp = pointer to the RastPort where Bobs will be drawn

vp = pointer to the ViewPort for which VSprites will be created

BUGS

MUSTDRAW isn't implemented yet.

SEE ALSO

InitGels() graphics/gels.h graphics/rastport.h graphics/view.h