Updated wrappers

This commit is contained in:
Robert Osfield
2006-09-01 13:34:05 +00:00
parent 47f64a6060
commit d2533dfcc0
269 changed files with 731 additions and 1 deletions

View File

@@ -7,6 +7,7 @@
#include <osgIntrospection/ReflectionMacros>
#include <osgIntrospection/TypedMethodInfo>
#include <osgIntrospection/StaticMethodInfo>
#include <osgIntrospection/Attributes>
#include <osg/Array>
@@ -203,6 +204,11 @@ BEGIN_OBJECT_REFLECTOR(osg::Uniform)
I_Method1(void, setModifiedCount, IN, unsigned int, mc);
I_Method0(unsigned int, getModifiedCount);
I_Method2(void, apply, IN, const osg::GL2Extensions *, ext, IN, GLint, location);
I_StaticMethod1(const char *, getTypename, IN, osg::Uniform::Type, t);
I_StaticMethod1(int, getTypeNumComponents, IN, osg::Uniform::Type, t);
I_StaticMethod1(osg::Uniform::Type, getTypeId, IN, const std::string &, tname);
I_StaticMethod1(osg::Uniform::Type, getGlApiType, IN, osg::Uniform::Type, t);
I_StaticMethod1(GLenum, getInternalArrayType, IN, osg::Uniform::Type, t);
I_WriteOnlyPropertyWithReturnType(bool, , bool);
I_WriteOnlyPropertyWithReturnType(osg::FloatArray *, Array, bool);
I_ArrayProperty_Custom(bool, Element, Elements, unsigned int, bool);