----- "Mike Paul" <[email protected]> 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 <[email protected]>
> 
> _______________________________________________
> gtkglext-list mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/gtkglext-list
_______________________________________________
gtkglext-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkglext-list

Reply via email to