class GPUQueue
implements GPUObjectBase
Properties Jump to heading
Jump to headinglabel: string
Methods Jump to heading
Jump to headingonSubmittedWorkDone(): Promise<undefined>
Jump to headingsubmit(commandBuffers: GPUCommandBuffer[]): undefined
Jump to headingwriteBuffer(): undefined
Jump to headingwriteTexture(destination: GPUImageCopyTexture,data: BufferSource,dataLayout: GPUImageDataLayout,size: GPUExtent3D,): undefined