Hello,

I cannot seem to pass a GLcontext to fltk. I need this functionality so that I 
can properly set up opengl multisampling on windows.  If I could create a 
context that supported multisampling I could then pass it to fltk for drawing 
in GlWindows.

GlWindows have a function, context, which you can use to pass a context to 
them.  However, it doesn't seem to work.

This could be to my own error but I fear it is really because I have 
misunderstood the purpose of this method.

Is the context method meant ONLY to share gl contexts created by fltk between 
fltk glwindows?

Or do clients have the flexibility to create their own contexts so that they 
can use opengl functionalities not support as of yet by fltk out of the box?  
If not, what would be the major problems to be solved in implementing this 
capacity for fltk?


_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to