createVertexArrayObject method

WxGlVertexArrayObject createVertexArrayObject()

Implementation

WxGlVertexArrayObject createVertexArrayObject() {
  return gl.createVertexArray();
}