Hi everyone!
I'd like to know how to extract GPU using C++. However, the information that I'm interested in is not the data that is available from the Win32_VideoController class (ahh.. the Murphy's Laws of Programming). Specifically, I'm interested in the (Memory and Shader clocks).
I'd like to know how to get at that information.
I'd like to avoid DirectX querying if possible, due to my lack of knowledge (in fact, zero :P) about it. However, should that be the easiest way, then I'm willing to take a shot at it. Any links/tutorials would be greatly appreciated.
Thanks