GX_GetSizeOfTex

C Specification

#include <nitro/gx/gx_vramcnt.h>

u32 GX_GetSizeOfTex(void);

Arguments

None.

Return Values

Size of texture image memory.

Description

This function returns the number of bytes of memory allocated to texture image.

See Also

GX_SetBankForTex

Revision History

02/09/2004 Initial version.