createVertexArray method
Implementation
VertexArrayObject createVertexArray() {
startCheck("VertexArrayObject");
return VertexArrayObject(glCreateVertexArray(_gl));
}
VertexArrayObject createVertexArray() {
startCheck("VertexArrayObject");
return VertexArrayObject(glCreateVertexArray(_gl));
}