Implemented lighter weight setting of the CurrentVertexArrayState and introduced GlobalVertexArrayState.

This commit is contained in:
Robert Osfield
2016-07-23 16:33:39 +01:00
parent 7d83d735ad
commit 4b4cd13d31
5 changed files with 21 additions and 14 deletions

View File

@@ -153,7 +153,7 @@ public:
public:
osg::GLBufferObject* getGLBufferObject(osg::Array* array);
// osg::GLBufferObject* getGLBufferObject(osg::Array* array);
osg::ref_ptr<osg::GLExtensions> _ext;