Moved GL2Extensions functionality into the include/osg/GLExtensions header and new GLExtensions object.
Moved the #defines into new include/osg/GLDefines Converted all GL2Extensions usage to GLExtensions usage git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14593 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#define OSG_BUFFEROBJECT 1
|
||||
|
||||
#include <osg/GL>
|
||||
#include <osg/GL2Extensions>
|
||||
#include <osg/GLExtensions>
|
||||
#include <osg/Object>
|
||||
#include <osg/buffered_value>
|
||||
#include <osg/FrameStamp>
|
||||
@@ -268,7 +268,7 @@ class OSG_EXPORT GLBufferObject : public Referenced
|
||||
unsigned int _frameLastUsed;
|
||||
|
||||
public:
|
||||
GL2Extensions* _extensions;
|
||||
GLExtensions* _extensions;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user