setItemSize method
Sets the itemSize
property.
Implementation
GLBufferAttribute setItemSize(int itemSize) {
this.itemSize = itemSize;
return this;
}
Sets the itemSize
property.
GLBufferAttribute setItemSize(int itemSize) {
this.itemSize = itemSize;
return this;
}