GPE::BltComplete

Once the sequence of Blts prepared within GPE::BltPrepare() has been completed, GPE will call GPE::BltComplete(). At this point, any hardware configuration which was done by GPE::BltPrepare() to prepare for the Blt sequence may optionally be removed. In the case of solid color settings, this is probably not necessary (depending upon your hardware), however if for instance clipping (scissors) registers were set, they will most likely need to be reset in order for other accelerated operations to perform correctly.

Syntax

SCODE GPE::BltComplete( GPEBltParms *pBltParms )