Query for OpenGL Stereo Capability
Vadim Zeitlin
vadim at wxwidgets.org
Thu Dec 6 06:30:19 PST 2007
On Thu, 6 Dec 2007 05:57:32 -0800 (PST) crjjrc <crjjrc at gmail.com> wrote:
c> So, it checks that a valid framebuffer was created. fbChooseFBConfig
c> behaves much like wxWidget's ChooseGLFBC function.
Yes, but this is exactly the function I meant. I have looked up the exact
names now so let me repeat what I wanted to say: we should add a (static)
method wrapping glXChooseFBConfig/ChoosePixelFormat/aglChoosePixelFormat
(for X/Windows/Mac respectively) which would allow us to test if the given
attribute list is supported. This check shouldn't involve calling Create()
to create a real wxGLCanvas object.
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
More information about the wx-users
mailing list