Advertisement

[Newbie] Do the tutes use my TNT2 card?

Started by June 16, 2000 04:29 AM
2 comments, last by Pure Krome 24 years, 5 months ago
Hi all. Simple question. How do i know if any / all of the tutorials use my TNT2 card? -PK-
-PK-
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.

Advertisement
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