Updated wrappers.

This commit is contained in:
Robert Osfield
2006-01-21 13:02:03 +00:00
parent cc1ee1fa26
commit 0f529d72ab
6 changed files with 62 additions and 2 deletions

View File

@@ -68,7 +68,7 @@ BEGIN_OBJECT_REFLECTOR(osg::Program::PerContextProgram)
I_Method0(GLuint, getHandle);
I_Method0(void, requestLink);
I_Method0(void, linkProgram);
I_Method0(void, validateProgram);
I_Method0(bool, validateProgram);
I_Method0(bool, needsLink);
I_Method0(bool, isLinked);
I_Method1(bool, getInfoLog, IN, std::string &, infoLog);