The files in this directory are supposed to be "forward compatible"
with OpenGL 3.X.

You can run or compile the 2 examples vbo_ogl3.ml and vao_ogl3.ml
with the following commands:

sh run.sh vbo_ogl3.ml
sh find.sh vbo_ogl3.ml
sh comp.sh vbo_ogl3.ml

sh run.sh vao_ogl3.ml
sh find.sh vao_ogl3.ml
sh comp.sh vao_ogl3.ml

