TJobThread::JobIndex Property

__declspec(property(get = GetJobIndex, put = SetJobIndex)) int JobIndex;

Specifies the JobIndex passed to the threaded function as a parameter.

Read: int GetJobIndex();
Write: void SetJobIndex(const int Value);
Remarks:

Use this JobIndex to partition the jobs between mulitple devices.

Declared in Dew::Math::TJobThread · Dew.Math/clMtxVec.h · Cross-compiler