DEMOReInit

Syntax

#include <demo.h>

void DEMOReInit(GXRenderModeObj* mode);

Arguments

mode Render mode.

Return Values

None.

Description

This function reinitializes the DEMO library. Usually, this function is needed to change the screen mode that was specified with the DEMOInit function. For example, you may want to change to progressive mode after initializing the DEMO library in interlace mode.

Caution:
Do not call the DEMOReInit function if the screen mode is larger than the one specified with the DEMOInit function. The DEMOReInit function does not reallocate the frame buffer; therefore, specifying a screen mode that requires a larger frame buffer will corrupt memory.

See Also

DEMOInit

Revision History

2006/03/01 Initial version.


CONFIDENTIAL