GX_GetSizeOfSubBG


C Specification

#include <nitro/gx/gx_vramcnt.h>

u32 GX_GetSizeOfSubBG(void);

Description

This function returns the number of bytes of memory allocated to the sub 2D Engine BG.

Arguments

None.

Return Values

Size of the sub 2D Engine BG.

See Also

GX_SetBankForSubBG

Revision History

02/09/2004 Initial Version