ThePhD / infoware

C++ Library for pulling system and hardware information, without hitting the command line.
Creative Commons Zero v1.0 Universal
408 stars 84 forks source link

GPU max frequency always 0 under Win32 D3D #65

Open Withaust opened 1 year ago

Withaust commented 1 year ago

It happens for both discrete and integrated video cards with DX detection for some reason.

nabijaczleweli commented 1 year ago

Yes: https://github.com/ThePhD/infoware/blob/29538ab30c402cc105eafef427dcd9a329d6aeb2/src/gpu/d3d.cpp#L60-L63

This is available through OpenCL only at present. I don't immediately see a way to see this documented in the D3D API either.