video card speed info
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
is there anywhere in the registry or using one of the wmi classes that i can get the gpu core, memory, shader speed? if no. does anyone know how to get this info?
For basic information like Name of the gpu card, memory, etc you can use Win32_VideoController class in WMI. For number of shaders, texture units, etc you will have to use directx or opengl. -Saurabh
-
For basic information like Name of the gpu card, memory, etc you can use Win32_VideoController class in WMI. For number of shaders, texture units, etc you will have to use directx or opengl. -Saurabh