nw::gfx::BaseAnimEvaluator::SetCacheBuffer Member Function

Syntax

virtual void SetCacheBuffer(
     void*            buf,
     int size
);

Arguments

Name Description
in buf Starting address of the memory used as the cache buffer. The cache will be disabled if this is set to NULL.
in size The size (in bytes) of the cache buffer.

Return Values

None.

Description

Sets the cache buffer. The cache buffer specified by this function will not be freed by the destructor.


CONFIDENTIAL