Updated wrappers.

This commit is contained in:
Robert Osfield
2005-04-26 14:29:25 +00:00
parent a1bda0dab8
commit 63c81a3539
12 changed files with 36 additions and 24 deletions

View File

@@ -19,10 +19,10 @@
BEGIN_OBJECT_REFLECTOR(osg::GL2Extensions)
BaseType(osg::Referenced);
Constructor0();
Constructor1(IN, unsigned int, contextID);
Constructor1(IN, const osg::GL2Extensions &, rhs);
Method1(void, lowestCommonDenominator, IN, const osg::GL2Extensions &, rhs);
Method0(void, setupGL2Extensions);
Method1(void, setupGL2Extensions, IN, unsigned int, contextID);
Method0(bool, isGlslSupported);
Method0(float, getGlVersion);
Method0(float, getLanguageVersion);
@@ -138,6 +138,7 @@ BEGIN_OBJECT_REFLECTOR(osg::GL2Extensions)
ReadOnlyProperty(float, LanguageVersion);
WriteOnlyProperty(bool, ShaderObjectsSupported);
WriteOnlyProperty(bool, VertexShaderSupported);
WriteOnlyProperty(unsigned int, upGL2Extensions);
END_REFLECTOR
TYPE_NAME_ALIAS(std::map< std::string COMMA GLuint >, osg::Program::AttribBindingList);