nw::gfx::TransformAnimEvaluator::SetCacheBuffer Member Function
virtual void SetCacheBuffer(
void* buf,
int size
);
| 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. |
Sets the cache buffer. The cache buffer specified by this function will not be freed by the destructor.
CONFIDENTIAL