NNS_G3dAnmObjCalcSizeRequired

Syntax

#include <nnsys/g3d/kernel.h>
u32
NNS_G3dAnmObjCalcSizeRequired(
    const void*         pAnm,
    const NNSG3dResMdl* pMdl
);

Arguments

pAnm Pointer to the animation resource
pMdl Pointer to the model resource

Return Values

Returns the memory size needed by the NNSG3dAnmObj structure.

Description

Gets the memory size needed by the NNSG3dAnmObj structure that corresponds to the model resource designated by pMdl and the animation resource designated by pAnm.

See Also

Revision History

2004/08/02 Initial version.


CONFIDENTIAL