GLBuffer.this

Creates an empty buffer.

  1. this(OpenGL gl, GLuint target, GLuint usage)
    class GLBuffer
    this
    (,
    GLuint target
    ,
    GLuint usage
    )
  2. this(OpenGL gl, GLuint target, GLuint usage, T[] buffer)

Throws

OpenGLException on error.

Meta