setBuffer method

GLBufferAttribute setBuffer(
  1. int buffer
)

Sets the buffer property.

Implementation

GLBufferAttribute setBuffer(int buffer) {
  this.buffer = buffer;

  return this;
}