View Full Version : WGL_ARB_pixel_format
kaysoft
10-27-2002, 03:26 AM
Hello, currently in my engine I use the normal wglChoosePixelFormat to find a pfd. What is the diferrence with the arb_pixel_format selector?
wglChoosePixelformat uses an fixed struct and isnt going to change that in a while.. So if you need to ask for newer buffer configurations (PFuffers, FSAA-modes, and a few more) you need to use the new one.
kaysoft
10-29-2002, 11:19 PM
Whats a PBuffer? Sorry for my ignorance on that
harsman
10-30-2002, 03:27 AM
A pbuffer is an off screen hw accelerated pixel buffer.
kaysoft
10-30-2002, 04:32 AM
And what could we use it for?
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.