nngxGetVramStartAddr Function

Syntax

uptr nngxGetVramStartAddr(
     s32 area
);

Arguments

Name Description
in area VRAM region to get (NN_GX_MEM_VRAMA or NN_GX_MEM_VRAMB)

Return Values

Starting address of the VRAM region that was obtained.

Description

Gets the starting address of the specified VRAM region.

Always use this function to obtain the starting address of a VRAM region. The address that is obtained may change in the future.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL