#include <demo.h>
void* DEMOGetCurrentBuffer(void)
None.
A pointer to the currently active external frame buffer (XFB).
Returns the pointer to the currently active XFB. Because this DEMO library uses a double XFB, this function always returns one of the two buffers. This function more effectively performs display copy operations than the DEMODoneRender function.
DEMOInit
DEMOBeforeRender
DEMODoneRender
03/01/2006 Initial version.