GeForce video card detection

Hi!

Is there a programming way to know if the installed video card is a GeForce one or not?
Maybe by looking in the registry… but which entry?

Thanks in advance!

Nathan Rousseau

Is there a good reason why you’d want to do this?

Anyway, try the glGetString(GL_VENDOR) or EnumDisplayDevices().