GLBufferAttribute constructor
Implementation
GLBufferAttribute(
int buffer, String type, int itemSize, int elementSize, int count)
: super() {
this.buffer = buffer;
this.type = type;
this.itemSize = itemSize;
this.elementSize = elementSize;
this.count = count;
version = 0;
}