[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'agraphics' (#aros)

UCopperListInit

Allocates and initializes copperlist structures and buffers internal to UCopList structure.

Declaration

Source position: agraphics.pas line 2153

function UCopperListInit(

  Ucl: PUCopList;

  n: SmallInt

):PCopList;

Arguments

Ucl

  

A pointer to a UCopList structure. Must not be NULL!

See also

CINIT

  

Initialize user copperlist to accept intermediate user copper instructions.

CMOVE

  

Append copper move instruction to user copper list.

CWAIT

  

Append copper wait instruction to user copper list.

CEND

  

Terminate user copper list.


Documentation generated on: 2017-01-10