Updated wrappers
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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,
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user