Float16BufferAttribute constructor

Float16BufferAttribute(
  1. NativeArray<num> array,
  2. int itemSize, [
  3. bool normalized = false
])

Implementation

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