0

I want to know that is there a way to identify the graphic card using in our machine is an external or inbuilt one from the code? I am using c++ and opengl.

genpfault
  • 51,148
  • 11
  • 85
  • 139
gishara
  • 815
  • 2
  • 15
  • 41

1 Answers1

0

You probably want to get the supported extensions? There exist a library called GLEW that is used to get the supported extensions. See Using GLEW to use OpenGL extensions under Windows

The alternative is to do an OS specific device query. (so you need to give us an OS before we go that route)

Community
  • 1
  • 1
Mikhail
  • 7,749
  • 11
  • 62
  • 136