From Mike Weiblen's osgGL2 node kit which support the latest OpenGL 2.0 extensions.
This commit is contained in:
13
src/osgGL2/Version.cpp
Normal file
13
src/osgGL2/Version.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#include <osgGL2/Version>
|
||||
|
||||
const char* osgGL2GetVersion()
|
||||
{
|
||||
return "0.1.0";
|
||||
}
|
||||
|
||||
|
||||
const char* osgGL2GetLibraryName()
|
||||
{
|
||||
return "Open Scene Graph OpenGL Shading Language Library";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user