GLBuffer.this

Creates an empty buffer.

  1. this(uint target, uint usage)
    class GLBuffer
    this
    (
    uint target
    ,
    uint usage
    )
  2. this(uint target, uint usage, T[] buffer)

Throws

GLException on error.

Meta