NNS_G3dReleaseMdlPltt

C Specification

#include <nnsys/g3d/kernel.h>
void
NNS_G3dReleaseMdlPltt(
NNSG3dResMdl* pMdl
);

Arguments

pMdl Pointer to the model resource

Return Values

None.

Description

Releases the association between the palette entry and material for the designated model resource, pMdl.

See Also

NNS_G3dBindMdlPltt, NNS_G3dBindMdlPlttEx, NNS_G3dForceBindMdlPltt, NNS_G3dReleaseMdlPlttEx

Revision History

08/02/2004 Initial version.