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

FreeGBuffers

Deallocate memory obtained by GetGBuffers()

Declaration

Source position: agraphics.pas line 2154

procedure FreeGBuffers(

  AnOb: PAnimOb;

  Rp: PRastPort;

  db: LongBool

);

Arguments

AnOb

  

A pointer to the AnimOb structure

Rp

  

A pointer to the current RastPort

db

  

Double-buffer indicator (set True for double-buffering)

Description

For each sequence of each component of the AnimOb, deallocate memory for:

if db is set (user had used double-buffering) deallocate:

A call to GetGBuffers() that resulted in a partially allocation of the required buffers will result in a deallocation of these buffers. (Possible incompatibility with the real thing, though)

See also

GetGBuffers

  

Attempt to allocate ALL buffers of an entire AnimOb.


Documentation generated on: 2017-01-10