Removed old GL2Extensions class, replacing it with a typedef to GL2Extensions
Removed old includes to include/osg/GL2Extensions git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14594 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include <osg/Depth>
|
||||
#include <osg/Geode>
|
||||
#include <osg/Geometry>
|
||||
#include <osg/GL2Extensions>
|
||||
#include <osg/GLExtensions>
|
||||
#include <osg/Material>
|
||||
#include <osg/Math>
|
||||
#include <osg/MatrixTransform>
|
||||
@@ -270,7 +270,7 @@ public:
|
||||
OpenThreads::ScopedLock<OpenThreads::Mutex> lock(_mutex);
|
||||
|
||||
|
||||
osg::GL2Extensions* gl2ext = gc->getState()->get<osg::GL2Extensions>();
|
||||
osg::GLExtensions* gl2ext = gc->getState()->get<osg::GLExtensions>();
|
||||
if( gl2ext )
|
||||
{
|
||||
if( !gl2ext->isGlslSupported )
|
||||
|
||||
Reference in New Issue
Block a user