Int16BufferAttribute.fromList constructor
Implementation
factory Int16BufferAttribute.fromList(List<int> list, int itemSize,[bool normalized = false]){
return Int16BufferAttribute(Int16Array.fromList(list),itemSize,normalized);
}
factory Int16BufferAttribute.fromList(List<int> list, int itemSize,[bool normalized = false]){
return Int16BufferAttribute(Int16Array.fromList(list),itemSize,normalized);
}