GX_GetBankForClearImage


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamClearImage GX_GetBankForClearImage(void);

Description

This function returns the settings of the VRAM bank allocated to clear image. For information on the GXVRamClearImage format, see GX_SetBankForClearImage.

Arguments

None

Return Values

The settings of the VRAM bank allocated to clear image.

See Also

GX_SetBankForClearImage, GX_ResetBankForClearImage, GX_DisableBankForClearImage

Revision History

01/19/2004 Initial Version