Hello,

 

Is there a "light weight" way to turn off shaders in OSG without unloading
the vertex and fragment shaders from the shader program? 

 

My application needs to switch back and forth from the shader pipeline to
the fixed pipeline and vice versa during runtime. This can be done at the
OpenGL level by calling the function glUseProgramObject() to make the quick
switch. Is there an equivalent in OpenSceneGraph?

 

Thanks in advance,

-Shayne

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to