Updated wrappers
This commit is contained in:
@@ -199,10 +199,6 @@ BEGIN_OBJECT_REFLECTOR(osgText::Font)
|
||||
__void__releaseGLObjects__osg_State_P1,
|
||||
"If State is non-zero, this function releases OpenGL objects for the specified graphics context. ",
|
||||
"Otherwise, releases OpenGL objexts for all graphics contexts. ");
|
||||
I_StaticMethod0(osgText::Font::FontMutex *, getSerializeFontCallsMutex,
|
||||
__FontMutex_P1__getSerializeFontCallsMutex_S,
|
||||
"Get the mutex that enables the serialization of calls to this font. ",
|
||||
"");
|
||||
I_ProtectedMethod3(void, addGlyph, IN, const osgText::FontResolution &, fontRes, IN, unsigned int, charcode, IN, osgText::Font::Glyph *, glyph,
|
||||
Properties::NON_VIRTUAL,
|
||||
Properties::NON_CONST,
|
||||
|
||||
@@ -122,10 +122,6 @@ BEGIN_OBJECT_REFLECTOR(osgText::Font3D)
|
||||
__void__setThreadSafeRefUnref__bool,
|
||||
"Set whether to use a mutex to ensure ref() and unref(). ",
|
||||
"");
|
||||
I_StaticMethod0(osgText::Font3D::Font3DMutex *, getSerializeFontCallsMutex,
|
||||
__Font3DMutex_P1__getSerializeFontCallsMutex_S,
|
||||
"Get the mutex that enables the serialization of calls to this font. ",
|
||||
"");
|
||||
I_ProtectedMethod2(void, addGlyph, IN, unsigned int, charcode, IN, osgText::Font3D::Glyph3D *, glyph,
|
||||
Properties::NON_VIRTUAL,
|
||||
Properties::NON_CONST,
|
||||
|
||||
Reference in New Issue
Block a user