#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
2006/03/01 Initial version.
CONFIDENTIAL