gfm



class  GLVAO;

OpenGL Vertex Array Object wrapper.


this(OpenGL gl);

Creates a VAO.

Throws
OpenGLException on error.

void  bind();

Uses this VAO.

Throws
OpenGLException on error.

void  unbind();

Unuses this VAO.

Throws
OpenGLException on error.

const pure nothrow GLuint  handle();

Returns
Wrapped OpenGL resource  handle.