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