__declspec(property(get = GetLocalMemorySize, put = SetLocalMemorySize)) int LocalMemorySize;
Read:
int GetLocalMemorySize();Write:
void SetLocalMemorySize(const int Value);Declared in Dew::Math::TOpenCLCommandQueue · Dew.Math/clMtxVec.h · Cross-compiler