#include <demo.h>
void DEMODoneRender(void)
None.
None.
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.
DEMOInit
DEMOBeforeRender
DEMOSwapBuffers
03/01/2006 Initial version.