Triplebuffering and VSYNC

Started by
1 comment, last by Metus 22 years, 9 months ago
Is there ANY possibilities to Implement TRIPLEBUFFERING in OpenGL? And is there any simple way to implement VSYNC (Enable / Disable)
Ethereal
Advertisement
I read that triple buffering is possible in OpenGL. but it''s kinda pointless because with the way win32 ins structured it''ll actually be slower than double buffering. double buffering should be all you need anyways. for the vsync, there''s an extension that allows you to change it. you can probably find info on it at www.nvidia.com/developer or download code for it at glvelocity.gamedev.net.
Joe

HHSDrum@yahoo.com
Polarisoft Home Page
My HomepageSome shoot to kill, others shoot to mame. I say clear the chamber and let the lord decide. - Reno 911
Hi,
to activate/deactivate vsync you only have to use the WGL_EXT_swap_control extension.

Hasta


Visit our website at BloodAndHonour.cjb.net
Visit our website at BloodAndHonour.cjb.net

This topic is closed to new replies.

Advertisement