Newbie GL hardware question...
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)
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.st
GA
Visit our homepage: www.rarebyte.de.stGA
April 13, 2000 07:15 PM
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.
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
Popular Topics
Advertisement