Newbie GL hardware question...

Started by
1 comment, last by x19er 24 years ago
Will OpenGL automatically make use of any hardware acceleration present? For example if a video card supports hardware texturing and lighting will it be used by default? Thanks!
John Lagerquist"The point of a journey is not to arrive..." (Neil Peart)
Advertisement
You have to install specific OpenGL driver for each video card if you want hardware acceleration.

Visit our homepage: www.rarebyte.de.st

GA
Visit our homepage: www.rarebyte.de.stGA
microsoft''s implementation may pass *some* functions directly to the hardware but they do not update their opengl implementation fast enough to keep up with all of the new cards.

while it''s cool to develop for a specific card taking full advantage of it, you will not see what impact on performance your app will have on other people''s machines if you do not test it with generic open gl dll''s.

This topic is closed to new replies.

Advertisement