2014-12-10 18:38:12 +08:00
|
|
|
/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2014 Robert Osfield
|
2005-05-12 03:59:21 +08:00
|
|
|
*
|
2012-03-22 01:36:20 +08:00
|
|
|
* This application is open source and may be redistributed and/or modified
|
2010-11-22 19:22:03 +08:00
|
|
|
* freely and without restriction, both in commercial and non commercial
|
2005-05-12 03:59:21 +08:00
|
|
|
* applications, as long as this copyright notice is maintained.
|
2012-03-22 01:36:20 +08:00
|
|
|
*
|
2005-05-12 03:59:21 +08:00
|
|
|
* This application is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef OSG_GL2EXTENSIONS
|
|
|
|
#define OSG_GL2EXTENSIONS 1
|
|
|
|
|
2005-05-12 04:37:22 +08:00
|
|
|
#include <osg/Referenced>
|
2014-12-10 18:44:58 +08:00
|
|
|
#include <osg/GLExtensions>
|
2014-12-05 16:58:23 +08:00
|
|
|
|
2005-05-12 03:59:21 +08:00
|
|
|
namespace osg {
|
|
|
|
|
2014-12-10 18:44:58 +08:00
|
|
|
// backwards compatibility
|
|
|
|
typedef GLExtensions GL2Extensions;
|
2005-05-12 03:59:21 +08:00
|
|
|
|
|
|
|
}
|
|
|
|
#endif
|