class GPUQueue
implements GPUObjectBase
import { GPUQueue } from "https://deno.land/x/deno@v2.0.4/cli/tsc/dts/lib.deno_webgpu.d.ts";
Methods
onSubmittedWorkDone(): Promise<undefined>
submit(commandBuffers: GPUCommandBuffer[]): undefined
writeBuffer(): undefined
writeTexture(): undefined
destination: GPUImageCopyTexture,
data: BufferSource,
dataLayout: GPUImageDataLayout,
size: GPUExtent3D,