VAO id is a GLuint
This commit is contained in:
parent
1f562c003c
commit
b13bbe3bdb
@ -168,7 +168,7 @@ public:
|
|||||||
|
|
||||||
inline void unbindVertexArrayObject() const { _ext->glBindVertexArray (0); }
|
inline void unbindVertexArrayObject() const { _ext->glBindVertexArray (0); }
|
||||||
|
|
||||||
GLint getVertexArrayObject() const { return _vertexArrayObject; }
|
GLuint getVertexArrayObject() const { return _vertexArrayObject; }
|
||||||
|
|
||||||
|
|
||||||
void setRequiresSetArrays(bool flag) { _requiresSetArrays = flag; }
|
void setRequiresSetArrays(bool flag) { _requiresSetArrays = flag; }
|
||||||
|
Loading…
Reference in New Issue
Block a user