ZoomGPU, the graphics system detection engine behind GPU Caps Viewer has been updated. This new version adds OpenCL support, updates the GPU database and fixes some bugs in OpenGL context creation and multisampling.
ZoomGPU is a simple C++ SDK that helps developers to retrieve graphics cards related data such renderer description, display driver version, OpenGL and OpenCL support or GPU temperature.
ZoomGPU is very simple to use. Here are the 4 steps to use it:
1 – Include ZoomGPU header:
#include <ZoomGPU.h>
2 – Startup ZoomGPU:
ZoomGPU::getInstance()->startup();
3 – Retrieve data:
const char* gpu = ZoomGPU::getInstance()->getGpuCodename(); float gpuTemp = ZoomGPU::getInstance()->readGPUTemperature(0); ...
4 – Stop ZoomGPU:
ZoomGPU::getInstance()->shutdown();
ZoomGPU is available for 100.- euros. The SDK includes the header file (.h) , the static library (.lib) and a Visual C++ 2005 project example.
Currently ZoomGPU is only available for C++ users but if you need a wrapper for C, Visual Basic or Pascal applications, I can write it. Just contact me.
You have set an empty #include in the example …
Thanks, fixed now!
Pingback: GPU Caps Viewer 1.8.0 With OpenCL API Support and DEMOS | The Geeks Of 3D - 3D Tech News
Pingback: GPU Caps Viewer 1.8.2 Available - 3D, GPU, Graphics Card, Programming, Game Development, OpenGL, DirectX, PhysX, OpenCL, Demoscene - The Geeks Of 3D – 3D Tech News
Pingback: GPU Caps Viewer 1.8.4 Available - 3D Tech News, Pixel Hacking, Data Visualization and 3D Programming - Geeks3D.com