GX_GetBankForClearImage

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamClearImage GX_GetBankForClearImage(void);

Arguments

None.

Return Values

The settings of the VRAM bank allocated to clear image.

Description

This function returns the settings of the VRAM bank allocated to clear image. Refer to GX_SetBankForClearImage for more information on GXVRamClearImage format.

See Also

GX_SetBankForClearImage, GX_ResetBankForClearImage, GX_DisableBankForClearImage

Revision History

01/19/2004 Initial version