__declspec(property(get = GetMaxParameterSize)) int MaxParameterSize;
Returns maximum size of the parameter in bytes.
Read:
int GetMaxParameterSize();Remarks:
Max size in bytes of the arguments that can be passed to a kernel. The minimum value is 256 bytes.
Declared in Dew::Math::TOpenCLDevice · Dew.Math/clMtxVec.h · Cross-compiler