#include <nnsys/g2d/g2d_RendererCore.h>
NNS_G2D_INLINE void NNS_G2dInitRndCore2DMtxCache
(
NNSG2dRndCore2DMtxCache* pMtxCache
);
| pMtxCache | [OUT] Matrix cache |
None.
Initializes the matrix cache. Initializes the affine index information inside the matrix cache. This function gets called internally when the matrix cache parameters are configured by NNS_G2dSetRndCore2DMtxCacheMtxParams().
NNS_G2dSetRndCore2DMtxCacheMtxParams
11/10/2004 Initial version.