GX*_GetOBJVRamModeBmp

C Specification

#include <nitro/gx/gx.h>
GXOBJVRamModeBmp GX_GetOBJVRamModeBmp( void ); GXOBJVRamModeBmp GXS_GetOBJVRamModeBmp( void );

  

Arguments

None.

Return Values

Obtains the mapping mode.

Description

Obtains the OBJ-VRAM capacity of the bitmap OBJ mapping mode. GX_GetOBJVRamModeBmp function obtains the main graphics engine setting, and GXS_GetOBJVRamModeBmp function obtains the sub graphics engine setting.

For the type definition of GXOBJVRamModeBmp type, see GX_SetOBJVRamModeBmp.

See Also

GX_GetOBJVRamModeChar, GX_SetOBJVRamModeBmp, GXS_SetOBJVRamModeBmp

Revision History

12/24/2004 Initial version.