Updated wrappers

This commit is contained in:
Robert Osfield
2005-07-15 21:47:11 +00:00
parent 71a7078d79
commit 5c9bd792a3
36 changed files with 1037 additions and 226 deletions

View File

@@ -68,6 +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, needsLink);
I_Method0(bool, isLinked);
I_Method1(bool, getInfoLog, IN, std::string &, infoLog);