❔ Problem with getting GPU info
I'm currently working on a console program that shows some information of user's PC for fun.
I have a problem with getting GPU info, when user is using laptop. In my case, I have RTX on my laptop but the program only shows Intel UHD.
How to get REAL GPU information? Not only the name of RTX, I am gonna need more information like temperatures, or etc.
This is a part of my code.
5 Replies
Can you try this :
What does count says?
Is there 1 or more?
Count is 2!
I tried
CopyTo()
and fixed it. Never thought of checking Count
...Thanks!Yea that is the reason, your laptop have 2 gpu's one is integrated which is probably first object and other one is rtx.
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.