Int16BufferAttribute constructor

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

Implementation

Int16BufferAttribute(array, itemSize, [bool normalized = false])
    : super(Int16List.fromList(array), itemSize, normalized);