glCreateBuffer method

void glCreateBuffer()

Implementation

void glCreateBuffer() {
  gl.createBuffer();
}