__declspec(property(get = GetQueueImmediateExecution)) bool QueueImmediateExecution;
If true, the commands queued in the command-queue can be executed within the callers thread when the clEnqueue* is called.
Read:
bool GetQueueImmediateExecution();Declared in Dew::Math::TOpenCLDevice · Dew.Math/clMtxVec.h · Cross-compiler