WebGpuFrameArena constructor
WebGpuFrameArena(})
Implementation
WebGpuFrameArena(
this._gpu, {
required this.usage,
required this.alignment,
required this.label,
int initialBytes = 1 << 16,
}) : _capacity = initialBytes {
_buffer = _make(_capacity);
}