Int8BufferAttribute constructor

Int8BufferAttribute(
  1. Int8Array array,
  2. int itemSize, [
  3. bool normalized = false
])

Implementation

Int8BufferAttribute(super.array, super.itemSize, [super.normalized = false]){
  type = "Int8BufferAttribute";
}