VAO id is a GLuint

This commit is contained in:
Fabian Wiesel 2016-09-24 17:57:58 +02:00 committed by Robert Osfield
parent 1f562c003c
commit b13bbe3bdb

View File

@ -168,7 +168,7 @@ public:
inline void unbindVertexArrayObject() const { _ext->glBindVertexArray (0); }
GLint getVertexArrayObject() const { return _vertexArrayObject; }
GLuint getVertexArrayObject() const { return _vertexArrayObject; }
void setRequiresSetArrays(bool flag) { _requiresSetArrays = flag; }