GLBuffer.this

Creates a buffer already filled with data.

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

Throws

GLException on error.

Meta