<div dir="ltr"><div><br></div>Is this the function you're looking for?<br><div><div><br>osgViewer::GraphicsHandleWin32::<a class="el" href="http://trac.openscenegraph.org/documentation/OpenSceneGraphReferenceDocs/a00355.html#abbf6db2b0a8d14f825dd43435862a941">getWGLContext</a>() <br><br></div><div>I am having some trouble (despite the powers of Google) to find any OSG example code using getWGLContext()<br></div><div><br></div><div>Christian</div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-11-10 14:33 GMT+01:00 Poojan Prabhu <span dir="ltr"><<a href="mailto:poojanpromin@gmail.com" target="_blank">poojanpromin@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
We are using shared context, but have custom drawables that use Vertex Array Objects. This causes a problem in the case of multiple windows (where each is a separate gl context).<br>
<br>
We can manage/create vaos depending on the gl context id that we are currently rendering with.<br>
<br>
But, we can't use context id as reported by render info, because that represents the shared context id and not the HGLRC<br>
<br>
Prefer to avoid wglGetCurrentContext in each draw call obviously. And we _do_ want to use shared contexts.<br>
<br>
How can we work around this so that we have access to the HGLRC or an id representing it?<br>
<br>
Thank you!<br>
<br>
Cheers,<br>
Poojan<br>
<br>
------------------<br>
Read this topic online here:<br>
<a href="http://forum.openscenegraph.org/viewtopic.php?p=72358#72358" rel="noreferrer" target="_blank">http://forum.openscenegraph.<wbr>org/viewtopic.php?p=72358#<wbr>72358</a><br>
<br>
<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
osg-users mailing list<br>
<a href="mailto:osg-users@lists.openscenegraph.org">osg-users@lists.<wbr>openscenegraph.org</a><br>
<a href="http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org" rel="noreferrer" target="_blank">http://lists.openscenegraph.<wbr>org/listinfo.cgi/osg-users-<wbr>openscenegraph.org</a><br>
</blockquote></div><br></div>