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