GX_ResetBankForTex


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamTex GX_ResetBankForTex(void);

Description

This function allocates to LCDC the VRAM bank that was allocated to the texture image slot. See GX_SetBankForTex for details on GXVRamTex types.

Arguments

None

Return Values

The VRAM bank that was allocated to the texture image slot.

See Also

GX_SetBankForTex, GX_GetBankForTex, GX_DisableBankForTex

Revision History

01/19/2004 Initial Version