« Return to Thread: Stereo On Gdk::Window

Re: Stereo On Gdk::Window

by Daniel Elstner :: Rate this Message:

Reply to Author | View in Thread

Hi,

Am Freitag, den 03.07.2009, 15:50 +0200 schrieb Xavier Larrodé:

> I would like to add the  GLX_STEREO, 1, attribute to my Gtk::Window,
> in order to  display active stereo on my window.
> But i don't know how to do it.
>      
> Any ideas ?

GDK itself has nothing to do with OpenGL or GLX.  You may want to look
at the documentation of gtkglext or gtkglextmm.

In any case, just setting the stereo attribute on the GL context will
not magically give you stereo rendering -- you'll have to take care of
that yourself.

--Daniel



_______________________________________________
gtkmm-list mailing list
gtkmm-list@...
http://mail.gnome.org/mailman/listinfo/gtkmm-list

 « Return to Thread: Stereo On Gdk::Window