🎉 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!

opengl acceleration

Started by
3 comments, last by a2k 23 years, 11 months ago
how do i use acceleration in my code? i''ve been reading posts lately on , 3dfxopengl.dll etc, but how would i implement accelerated features in my code? (sorry for being a complete incompetent about this subject) a2k
------------------General Equation, this is Private Function reporting for duty, sir!a2k
Advertisement
OpenGL use hardware acceleration automatically if it has the accelerated version of OpenGL32.dll. If you have a 3dfx board, then the now-famous trick is all you have to do.

EL

----------------------------------------
"Inash neteia haeg joa kavari quilm..." SD4
----------------------------------------"Inash neteia haeg joa kavari quilm..." SD4
what''s the now-famous trick? renaming the file?

a2k
------------------General Equation, this is Private Function reporting for duty, sir!a2k
Yes

But you should copy it to OpenGL32.dll instead of just renaming it.

EL

----------------------------------------
"Inash neteia haeg joa kavari quilm..." SD4
----------------------------------------"Inash neteia haeg joa kavari quilm..." SD4
can u explain that in a easier way ????

This topic is closed to new replies.

Advertisement