Deallocate memory obtained by GetGBuffers()
Source position: agraphics.pas line 2080
procedure FreeGBuffers( |
AnOb: PAnimOb; |
Rp: PRastPort; |
Flag: LongInt |
); |
AnOb |
|
A pointer to the AnimOb structure |
Rp |
|
A pointer to the current RastPort |
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)
|
Attempt to allocate ALL buffers of an entire AnimOb. |