GLBuffer.this

Creates a buffer already filled with data.

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

Throws

OpenGLException on error.

Meta