GLVertexBufferObject.this

create index buffer

  1. this(vec3[] _vertexData, bool _static)
  2. this(vec2[] _uvData, bool _static)
  3. this(uint[] _indexData, bool _static)
    class GLVertexBufferObject
    this
    (
    uint[] _indexData
    ,
    bool _static = true
    )

Meta