OpenGL Vertex Array Object wrapper.
this(OpenGL gl);
Creates a VAO.
- Throws
- OpenGLException on error.
Uses this VAO.
- Throws
- OpenGLException on error.
Unuses this VAO.
- Throws
- OpenGLException on error.
const pure nothrow GLuint handle();
- Returns
- Wrapped OpenGL resource handle.