TOpenCLDevice::NVInfo Property

__declspec(property(get = GetNVInfo, put = SetNVInfo)) TNVDeviceInfo*NVInfo;

Holds NVidia specific device information.

Read: TNVDeviceInfo *GetNVInfo();
Write: void SetNVInfo(TNVDeviceInfo *Value);
Declared in Dew::Math::TOpenCLDevice · Dew.Math/clMtxVec.h · Cross-compiler