- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Is there any way for my VC++ code to query the below basic parameters of Intel Graphics solution (9x5 let's say)?
-GPU name
-number of global video memory
-shared memory
-gpu clock rate
-gpu name
-video driver version
-version of DirectX support
-bus width
Please give me some hint or advice. Code sample is welcome.
Feel free to forward appropriately if this is not the correct sub-forum for this question.
Thanks
Andy
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Andy,
You can get some of the information using DX SDK calls.
For example, theDXGI_ADAPTER_DESC provides the information on GPU name, vendor id, devide id, and video memory.
And, theD3DADAPTER_IDENTIFIER9 structureprovides information like device name, driver version and such.
Cheers,
-Ganesh
You can get some of the information using DX SDK calls.
For example, theDXGI_ADAPTER_DESC provides the information on GPU name, vendor id, devide id, and video memory.
And, theD3DADAPTER_IDENTIFIER9 structureprovides information like device name, driver version and such.
Cheers,
-Ganesh
Link Copied
3 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Stay tuned. Will get you some sample code for the info you are looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Andy,
You can get some of the information using DX SDK calls.
For example, theDXGI_ADAPTER_DESC provides the information on GPU name, vendor id, devide id, and video memory.
And, theD3DADAPTER_IDENTIFIER9 structureprovides information like device name, driver version and such.
Cheers,
-Ganesh
You can get some of the information using DX SDK calls.
For example, theDXGI_ADAPTER_DESC provides the information on GPU name, vendor id, devide id, and video memory.
And, theD3DADAPTER_IDENTIFIER9 structureprovides information like device name, driver version and such.
Cheers,
-Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
in addition, in the Samples->C++->Misc folder you might want to look at:
DXDiagReport
DXDiagOutput
VideoMemory.
they show you how to get information similar to what DXDiag provides, programmatically.
DXDiagReport
DXDiagOutput
VideoMemory.
they show you how to get information similar to what DXDiag provides, programmatically.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page