OpenGL-Vertex-Array-Objects

OpenGL introduced yet-another object in the form of the “Vertex Array Object” to carry (in effect) the vertex format data. Here’s an example of how to create an OpenGL4.3+DSA Vertex Array Object.

Scala Maybe

I wrote a Maybe (a lazy Option[T]) that I can use in Scala.