I am trying to use Vertex Array Objects in one of my programs, but it seems that my PC don't support this feature.
When I execute this function glewIsSupported("GL_ARB_vertex_array_object")
, it returns false.
If I try to update my video driver, this could make Vertex Array Objects available?
How can I check wich OpenGL my videocard support?
Vertex Array Objects can be used starting with OpenGL 3.0?