class GPUQueue
implements GPUObjectBase
import { GPUQueue } from "https://deno.land/x/xdg@v10.6.0/vendor/types/deno.d.ts";
Methods
onSubmittedWorkDone(): Promise<undefined>
submit(commandBuffers: GPUCommandBuffer[]): undefined
writeBuffer(): undefined
writeTexture(): undefined
destination: GPUImageCopyTexture,
data: BufferSource,
dataLayout: GPUImageDataLayout,
size: GPUExtent3D,