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