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