Compile/Warnings fixes.

This commit is contained in:
Robert Osfield
2003-08-21 14:26:40 +00:00
parent e46d1cf941
commit 02561a96c7
3 changed files with 40 additions and 30 deletions

View File

@@ -203,7 +203,7 @@ class SG_EXPORT Geometry : public Drawable
typedef std::vector< VertexAttribNormArrayPair > VertexAttribArrayList;
typedef std::vector< AttributeBinding > VertexAttribBindingList;
void setVertexAttribArray(unsigned int index,bool normalize,Array* array,AttributeBinding ab=BIND_OFF);
void setVertexAttribArray(unsigned int index,GLboolean normalize,Array* array,AttributeBinding ab=BIND_OFF);
Array *getVertexAttribArray(unsigned int index);
const Array *getVertexAttribArray(unsigned int index) const;