BufferView constructor
- DeviceBuffer buffer, {
- required int offsetInBytes,
- required int lengthInBytes,
Create a new view into a buffer on the GPU.
Implementation
const BufferView(
this.buffer, {
required this.offsetInBytes,
required this.lengthInBytes,
});