BufferView constructor
BufferView({})
Implementation
BufferView({
required super.root,
required this.buffer,
required this.byteLength,
required this.byteOffset,
required this.byteStride,
required this.target,
});