openscenegraph
GL2Extensions
Go to the documentation of this file.
1/* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2014 Robert Osfield
2 *
3 * This application is open source and may be redistributed and/or modified
4 * freely and without restriction, both in commercial and non commercial
5 * applications, as long as this copyright notice is maintained.
6 *
7 * This application is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
10*/
11
12#ifndef OSG_GL2EXTENSIONS
13#define OSG_GL2EXTENSIONS 1
14
15#include <osg/Referenced>
16#include <osg/GLExtensions>
17
18namespace osg {
19
20 // backwards compatibility
21 typedef GLExtensions GL2Extensions;
22
23}
24#endif