DEMOGetCurrentBuffer

Syntax

#include <demo.h>

void* DEMOGetCurrentBuffer(void);

Arguments

None.

Return Values

A pointer to the currently active external frame buffer (XFB).

Description

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.

See Also

DEMOInit, DEMOBeforeRender, DEMODoneRender

Revision History

2006/03/01 Initial version.


CONFIDENTIAL