TMtxVecController::UnMarkThread Method

Overload List

#SignatureDescription
1void UnMarkThread();When thread has finished using object cache, release it.
2void UnMarkThread(const int PoolIdx);

Overload 1: void UnMarkThread();

When thread has finished using object cache, release it.

Remarks:

When threads are using object cache each thread must call UnMarkThread after all objects have been released back to object cache and before the thread finished executing.

Declared in Dew::Math::TMtxVecController · Dew.Math/MtxVec.h · Cross-compiler

Overload 2: void UnMarkThread(const int PoolIdx);

#NameTypeDescription
1PoolIdxconst int
Declared in Dew::Math::TMtxVecController · Dew.Math/MtxVec.h · Cross-compiler