Updated wrappers

This commit is contained in:
Robert Osfield
2007-12-09 14:54:02 +00:00
parent a45d7fdee4
commit 5e6bab7de1
11 changed files with 804 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ public:
/** Return the member identifier within the attribute's class type. Used for light number/clip plane number etc.*/
virtual unsigned int getMember() const { return static_cast<unsigned int>(_target); }
inline void setTarget(GLenum target);
void setTarget(GLenum target);
inline GLenum getTarget() const { return _target; }
inline void setMode(GLenum mode) { _mode = mode; }