VertexAttrib constructor

VertexAttrib(
  1. String name,
  2. int size,
  3. String type
)

Implementation

VertexAttrib(this.name, this.size, this.type) : stride = 0, offset = 0;