(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/graphics.h>
struct CopList * UCopperListInit (ucl , n )
LOCATION
In GfxBase at offset 99
SYNOPSIS
struct UCopList * ucl
WORD n
FUNCTION
Allocates and initializes copperlist structures and buffers internal to UCopList structure.
INPUTS
ucl
pointer to a UCopList structure. Must not be NULL!
n
number of instructions the buffer must be able to hold
RESULT
cl - pointer to a buffer that will accept n intermediate copper instructions
NOTE: this is a pointer to UCopList->FirstCopList!
EXAMPLE
SEE ALSO
CINIT CMOVE CWAIT CEND graphics/copper.h
NOTES
BUGS
INTERNALS
HISTORY