NNS_GfdGetTexKeyAddr

C Specification

#include <nnsys/gfd.h>
u32 NNS_GfdGetTexKeyAddr(NNSGfdTexKey memKey);

Arguments

memKey Key data for the texture-use memory allocated from VRAM

Return Values

The address of the allocated texture-use memory.

Description

Gets the address in VRAM of the texture-use memory indicated by the key data specified by memKey.

See Also

NNS_GfdGetTexKeySize NNS_GfdGetTexKey4x4Flag

Revision History

07/16/2004 Initial version.