From Bob Kuehne, added osg::getGlVersion() and fixed a minor typo in Texture3D.

This commit is contained in:
Robert Osfield
2006-03-08 16:11:54 +00:00
parent fa5ff9d169
commit 4fc4e60cc3
5 changed files with 19 additions and 5 deletions

View File

@@ -74,7 +74,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Texture3D::Extensions)
I_Constructor1(IN, unsigned int, contextID);
I_Constructor1(IN, const osg::Texture3D::Extensions &, rhs);
I_Method1(void, lowestCommonDenominator, IN, const osg::Texture3D::Extensions &, rhs);
I_Method1(void, setupGLExtenions, IN, unsigned int, contextID);
I_Method1(void, setupGLExtensions, IN, unsigned int, contextID);
I_Method1(void, setTexture3DSupported, IN, bool, flag);
I_Method0(bool, isTexture3DSupported);
I_Method1(void, setTexture3DFast, IN, bool, flag);
@@ -104,7 +104,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Texture3D::Extensions)
I_WriteOnlyProperty(void *, TexSubImage3DProc);
I_WriteOnlyProperty(bool, Texture3DFast);
I_WriteOnlyProperty(bool, Texture3DSupported);
I_WriteOnlyProperty(unsigned int, upGLExtenions);
I_WriteOnlyProperty(unsigned int, upGLExtensions);
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::Texture3D::SubloadCallback)