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