Minimal WebGPU buffer shape used by WebGPURenderer.

interface WebGPUBufferLike {
    destroy(): void;
}

Methods

Methods