GX_DisableBankForTex


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamTex GX_DisableBankForTex(void);

Description

This function disables the VRAM bank allocated to the texture image slot. If disabled, VRAM cannot be accessed, but the VRAM bank contents are not lost. In addition, the VRAM banks that were allocated to each resource will not be disabled unless disabled with this function. Refer to GX_SetBankForTex for details on GXVRamTex format.

Arguments

None

Return Values

The VRAM bank allocated to the texture image slot.

See Also

GX_SetBankForTex, GX_GetBankForTex, GX_ResetBankForTex

Revision History

02/09/2004 Added to the description
01/19/2004 Initial Version