void SetCacheSize(int ItemCount, int Elements);
Sets the cache object count to ItemCount and allocates Elements count of data elements per object.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ItemCount | int | |
| 2 | Elements | int |
Declared in Dew::Math::TAbstractMtxVecCache · Dew.Math/MtxVecBase.h · Cross-compiler