Float16BufferAttribute constructor

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

Implementation

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