<div dir="ltr"><div class="gmail_default" style="font-family:tahoma,sans-serif">Hi all,</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">I've rebuilt osg as suggested by Robert and still getting no GL errors but nothing shows up.</div><div class="gmail_default" style="font-family:tahoma,sans-serif">To sum it up, running a test app which only uses libA (which addresses only GL3 functions and shaders version 150)</div><div class="gmail_default" style="font-family:tahoma,sans-serif">under windows:</div><div class="gmail_default" style="font-family:tahoma,sans-serif">- if I link my code to OSG built with  GLCORE profile everything works</div><div class="gmail_default" style="font-family:tahoma,sans-serif">- if I link the same code to OSG build with defaults, nothing shows up</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">As further check, I tried the same with osgsimplegl3 example which works in both OSG builds. </div><div class="gmail_default" style="font-family:tahoma,sans-serif">Any idea on what could be the culprit of my code not working in the same way?</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">@Werner you're correct, I'd like to use both libs in the same app on Windows,</div><div class="gmail_default" style="font-family:tahoma,sans-serif">I think this should be possible with Compatibility profile.<br></div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div><div class="gmail_default" style="font-family:tahoma,sans-serif">Thank you</div><div class="gmail_default" style="font-family:tahoma,sans-serif"><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Sep 5, 2018 at 12:17 PM Werner Modenbach <<a href="mailto:Werner.Modenbach@texion.eu" target="_blank">Werner.Modenbach@texion.eu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Robert,<br>
<br>
I thin k Riccardo wants to use both libs (libA glcore, linB non glcore)<br>
in the same app on Windows.<br>
In my understanding this is not possible at all.<br>
<br>
- Werner -<br>
<br>
Am 05.09.2018 um 11:36 schrieb Robert Osfield:<br>
> Hi Riccardo,<br>
><br>
> On Wed, 5 Sep 2018 at 10:23, Riccardo Corsi <<a href="mailto:riccardo.corsi@kairos3d.it" target="_blank">riccardo.corsi@kairos3d.it</a>> wrote:<br>
>> Now what I'd like to do (on Win only) is to use libA and libB together.<br>
>> To do so I expected it was enough to add the OSG_GL3_AVAILABLE flag to build OSG and to request a Compatibility GL context.<br>
>> What happens instead is that I don't see anything of what libA is supposed to render, even though I don't get any GL error on the console.<br>
> I you are just building the OSG with defaults, so will provide a<br>
> compatibility profile. then the OSG at runtime will check for all the<br>
> GL3/GL4 features and allow you to use this, you don't need to<br>
> explicitly enable them via OSG_GL3_AVAILABLE.<br>
><br>
> For compatibility with OSX then you'll need to use the CMake option of<br>
> OPENGL_PROFILE=GLCORE.<br>
><br>
> If you create an application that works with GLCORE then this same<br>
> application will build and run just fine on the OSG built with<br>
> defaults.<br>
><br>
> Robert.<br>
> _______________________________________________<br>
> osg-users mailing list<br>
> <a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
> <a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
<br>
<br>
_______________________________________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org" target="_blank">osg-users@lists.openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org</a><br>
</blockquote></div>