Bug 1827116 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This bug happens because `GPUQueue.copyExternalImageToTexture` ([orig. spec PR](https://github.com/gpuweb/gpuweb/pull/1666), [current spec](https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyexternalimagetotexture)) and `GPUDevice.importExternalTexture` ([orig. spec PR](https://github.com/gpuweb/gpuweb/pull/1581), [current spec](https://gpuweb.github.io/gpuweb/#dom-gpuqueue-copyexternalimagetotexture)),  are part of the current v1 draft of the WebGPU API spec, but not yet implemented. The effort involved to resolve this is not yet clear. Assigning this bug to myself to figure it out.

Back to Bug 1827116 Comment 1