Re: [GtkGLExt] What about GTK+-3.0 support?



----- "Mike Paul" <mike wyzardry net> a écrit :

> If support for OpenGL 3+ is added, the widget can't create a context
> entirely automatically anyway, since needs to know what version and
> profile to use.

It is quite easy to make it more automatic, by using if statements in 
the row, just like this:

if (cannot create context GL 4.1)
   if (cannot create context GL 4.0)
      if (cannot create context GL 3.1)
         if (cannot create context GL 3.0)
            create old default context

...


> -- 
> Mike Paul <mike wyzardry net>
> 
> _______________________________________________
> gtkglext-list mailing list
> gtkglext-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkglext-list


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]