From Jean-Sebastien Guay, fixed Widows build and updated the SO version
This commit is contained in:
parent
0c0f96ac3d
commit
216849f73a
@ -906,7 +906,7 @@ class OSG_EXPORT Texture : public osg::StateAttribute
|
|||||||
class TextureObjectSet;
|
class TextureObjectSet;
|
||||||
class TextureObjectManager;
|
class TextureObjectManager;
|
||||||
|
|
||||||
class TextureObject : public osg::Referenced
|
class OSG_EXPORT TextureObject : public osg::Referenced
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
@ -1041,7 +1041,7 @@ class OSG_EXPORT Texture : public osg::StateAttribute
|
|||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class TextureObjectManager : public osg::Referenced
|
class OSG_EXPORT TextureObjectManager : public osg::Referenced
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
TextureObjectManager(unsigned int contextID);
|
TextureObjectManager(unsigned int contextID);
|
||||||
|
@ -22,7 +22,7 @@ extern "C" {
|
|||||||
#define OPENSCENEGRAPH_MAJOR_VERSION 2
|
#define OPENSCENEGRAPH_MAJOR_VERSION 2
|
||||||
#define OPENSCENEGRAPH_MINOR_VERSION 9
|
#define OPENSCENEGRAPH_MINOR_VERSION 9
|
||||||
#define OPENSCENEGRAPH_PATCH_VERSION 6
|
#define OPENSCENEGRAPH_PATCH_VERSION 6
|
||||||
#define OPENSCENEGRAPH_SOVERSION 61
|
#define OPENSCENEGRAPH_SOVERSION 62
|
||||||
|
|
||||||
/* convinience macro that can be used to decide whether a feature is present or not i.e.
|
/* convinience macro that can be used to decide whether a feature is present or not i.e.
|
||||||
* #if OSG_MIN_VERSION_REQUIRED(2,9,5)
|
* #if OSG_MIN_VERSION_REQUIRED(2,9,5)
|
||||||
|
Loading…
Reference in New Issue
Block a user