🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

[Newbie] Do the tutes use my TNT2 card?

Started by
2 comments, last by Pure Krome 24 years ago
Hi all. Simple question. How do i know if any / all of the tutorials use my TNT2 card? -PK-
-PK-
Advertisement
Just use glGetString(...); to get some driver information

use these as parameters:
GL_VENDOR
GL_VERSION
GL_RENDERER

See the glGetString overview for a complete list.

Intersting..

>> See the glGetString overview for a complete list.

How do i see this *overview* ??

speaking of which, where can i find a list of GL specific commands? I would have never know this existed you see ...

thanks for the help too





-PK-
-PK-
Hi
you can take a look at

http://www.eecs.tulane.edu/www/graphics/doc/OpenGL-Man-Pages/opengl_index_spec.html

well known as "the blue book"


you can also see at

http://www.opengl.org/About/FAQ/Technical.html#indx0150

happy coding
lunasol

This topic is closed to new replies.

Advertisement