GX_GetBankForTexPltt


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamTexPltt GX_GetBankForTexPltt(void);

Description

This function returns the settings of the VRAM bank allocated to the texture palette slot. For information on the GXVRamTexPltt format, see GX_SetBankForTexPltt.

Arguments

None

Return Values

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

See Also

GX_SetBankForTexPltt, GX_ResetBankForTexPltt, GX_DisableBankForTexPltt

Revision History

01/19/2004 Initial Version