nngxGetVramSize Function
size_t nngxGetVramSize(
s32 area
);
| Name | Description | |
|---|---|---|
| in | area | VRAM region to get (NN_GX_MEM_VRAMA or NN_GX_MEM_VRAMB) |
Gets the size of the specified VRAM region.
Always use this function to obtain the size of a VRAM region. The size that is obtained may change in the future.
CONFIDENTIAL