#include <nnsys/gfd.h>
NNS_GfdGetTexKeySize(NNSGfdTexKey memKey);
| memKey | Key data for the texture-use memory allocated from VRAM |
The size of the allocated texture-use memory (16 to 524272 bytes).
Gets the size of the texture-use memory indicated by the key data specified by memKey.
NNS_GfdGetTexKeyAddr, NNS_GfdGetTexKey4x4Flag
01/31/2005 Added a cautionary statement regarding the size range.
07/16/2004 Initial version.