__declspec(property(get = GetMappedCopy, put = SetMappedCopy)) bool MappedCopy;
Read:
bool GetMappedCopy();Write:
void SetMappedCopy(const bool Value);Declared in Dew::Math::TOpenCLDevice · Dew.Math/clMtxVec.h · Cross-compiler