Hi Patrice,

For OpenGL extensions you don't need to have access to GLX, you just
need to query the extensions from within the graphics thread.  The OSG
also has support checking for extensions, see
include/osg/GLExtensions.

Could it be that you are looking for a GLX extension?  What extension
are you thinking of using?

Robert.

On Tue, Jan 11, 2011 at 5:12 PM, Patrice Defond
<patrice.desfo...@rsacosmos.com> wrote:
> Hi,
>
> For use an OpenGL extension, i need some information about the video context.
> I search this : Display *dpy, int screen and GLXDrawable.
> OSG can give me this information ?
>
> Thank you!
>
> Cheers,
> Patrice
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=35547#35547
>
>
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to