Minimal WebGPU texture shape used by WebGPURenderer.

interface WebGPUTextureLike {
    createView(): unknown;
    destroy(): void;
}

Methods