GfxBuffer.this

Create a vertex buffer object using target and usage.

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

Meta