GX_GetBankForTex


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamTex GX_GetBankForTex(void);

Description

This function returns the settings of the VRAM bank allocated to the texture image slot. For information on GXVRamTex format, see GX_SetBankForTex.

Arguments

None

Return Values

The settings of the VRAM bank allocated to the texture image slot.

See Also

GX_SetBankForTex, GX_ResetBankForTex, GX_DisableBankForTex

Revision History

01/19/2004 Initial Version