Updated wrappers

This commit is contained in:
Robert Osfield
2009-10-20 22:14:59 +00:00
parent 6a56b6e6be
commit b7ffae25ce
2 changed files with 3 additions and 4 deletions

View File

@@ -444,10 +444,8 @@ suppress reflector "osg::VertexProgram::Extensions"
suppress reflector "osg::StencilTwoSided::Extensions"
suppress reflector "osg::Texture3D::Extensions"
suppress reflector "osg::GL2Extensions"
suppress reflector "osg::Drawable::Extensions"
suppress reflector "osg::GLBufferObject::Extensions"
suppress reflector "osg::FBOExtensions"
suppress reflector "osg::Drawable::Extensions"
suppress reflector "osg::BlendColor::Extensions"
suppress reflector "osg::BlendEquation::Extensions"
suppress reflector "osg::BlendFunc::Extensions"
@@ -458,6 +456,7 @@ suppress reflector "osg::ClampColor::Extensions"
suppress reflector "osg::Texture::Extensions"
suppress reflector "osg::Texture2DArray::Extensions"
suppress reflector "osgSim::ShapeAttribute"
suppress reflector "osg::Drawable::Extensions"
configure reflector "osg::State"
configure method "__typedef__void__APIENTRY_P1"

View File

@@ -478,12 +478,12 @@ BEGIN_OBJECT_REFLECTOR(osg::State)
__void__Normal__float__float__float,
"",
"");
I_MethodWithDefaults4(void, TexCoord, IN, float, x, , IN, float, y, 0.0f, IN, float, z, 0.0f, IN, float, w, 0.0f,
I_MethodWithDefaults4(void, TexCoord, IN, float, x, , IN, float, y, 0.0f, IN, float, z, 0.0f, IN, float, w, 1.0f,
Properties::NON_VIRTUAL,
__void__TexCoord__float__float__float__float,
"",
"");
I_MethodWithDefaults5(void, MultiTexCoord, IN, unsigned int, unit, , IN, float, x, , IN, float, y, 0.0f, IN, float, z, 0.0f, IN, float, w, 0.0f,
I_MethodWithDefaults5(void, MultiTexCoord, IN, unsigned int, unit, , IN, float, x, , IN, float, y, 0.0f, IN, float, z, 0.0f, IN, float, w, 1.0f,
Properties::NON_VIRTUAL,
__void__MultiTexCoord__unsigned_int__float__float__float__float,
"",