HI All,

Current the OSG does unbind VBO's at the end of
osg::Geometry::drawImplementation(..) so that VBO and EBO state
doesn't leak into adjoining Drawables.  If an implementation is known
to only use VBO's, with no display lists then potentially we could not
bother with the unbind at the end of Geometry::drawImplemenation() and
use lazy state updating.

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

Reply via email to