FLTK logo

Re: [fltk.coredev] GL root Fl_Gl_Window::draw

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: GL root Fl_Gl_Window::draw imm Sep 16, 2022  
 
On Fri, 16 Sept 2022 at 09:31, Gonzalo wrote:
> > "On Linux and Windows this works, but on macOS, as Manolo said, it does not, as it does not allow
> > mixing OpenGL2 and OpenGL3+ calls. "
> > I interpreted that meaning you solved how to combine GL3 + GL2 under Linux and Windows.
> >
>
> Sorry.  I misspoke.  I was just repeating what you mentioned about GL3/2 compatibility without having tried it myself.

I have a sort of toy 3D viewer I  made ages ago that basically plots
the scene twice with colour filtering for red/cyan anaglyph glasses.
Works surprisingly well, and uses a weird mix of GL2 (to render my old
OBJ based models) and GL3 to do the colour filtering and the
anti-aliased textures and so on.
Anyway, that all works fine on WinXX and X11.

Oh, hold on! I just remembered, this code also works on my old macOS
box too (which is IIRC 10.13). When did Apple break the GL2/GL3
compatibility, because it seems to work fine on my old Mac...
It is possible I am "getting away with it" because the drawing isn't
mixed in a single context, there's some textures drawn using GL2 that
are then passed to a couple of GL3 rendering stages...

-- 
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/CAGFM6dZADQO%3DVNg-1cvetaxyEJgc1mUZe-7rbW6aV8_k1PJBDw%40mail.gmail.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.