DEMODoneRender

C Specification

#include <demo.h>
void DEMODoneRender(void)

Arguments

None.

Return Values

None.

Description

This function waits for theGXDrawDone function to finish and then copies the embedded frame buffer (EFB) to the external frame buffer (XFB) using theGXCopyDisp function. This function then sets the next video frame buffer, waits for vertical retracing, and swaps internal rendering buffers using the DEMOSwapBuffers function.

See Also

DEMOInit
DEMOBeforeRender
DEMOSwapBuffers

Revision History

03/01/2006 Initial version.