GX_BeginLoadClearImage

Syntax

#include <nitro/gx/gx_load.h>
void GX_BeginLoadClearImage(void);

Arguments

None.

Return Values

None.

Description

This function should be called before transferring the clear image to the clear image slot. Internally, it allocates to LCDC the banks that are allocated to the clear image slot and prepares to DMA transfer the clear images using the GX_LoadClearImageColor and GX_LoadClearImageDepth functions.

Note: You must use the GX_SetBankForClearImage function to allocate the VRAM banks to the clear image slot in advance.

See Also

GX_LoadClearImageColor, GX_LoadClearImageDepth, GX_EndLoadClearImage

Revision History

2004/02/09

2004/01/19 Initial version.


CONFIDENTIAL