Hi,Robert
It's too strange that you can't download patch, but nevermind here is modified 
files
Here is some explanations
According to https://www.opengl.org/registry/specs/ARB/glx_create_context.txt
you can create context with core GLX_CONTEXT_CORE_PROFILE_BIT_ARB and 
compatability GLX_CONTEXT_COMPATIBILITY_PROFILE_BIT_ARB
so when you create context you put it to traits->glContextProfileMask
also you can create context with GLX_CONTEXT_FORWARD_COMPATIBLE_BIT_ARB or 
GLX_CONTEXT_DEBUG_BIT_ARB, so you put it to traits->glContextFlags
on windows you have also same constants with WGL prefix
Roman

------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=63034#63034




Attachments: 
http://forum.openscenegraph.org//files/p1tar_674.gz


_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to