We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18d0ce9 commit 460cbaaCopy full SHA for 460cbaa
spec/index.bs
@@ -5996,7 +5996,7 @@ dictionary GPUImageCopyExternalImage {
5996
5997
WebGPU provides {{GPUCommandEncoder/copyBufferToTexture()}} for buffer-to-texture copies and
5998
{{GPUCommandEncoder/copyTextureToBuffer()}} for texture-to-buffer copies, as well as
5999
-{{GPUQueue/writeTexture()}} for CPU-memory-to-texture writes.
+{{GPUQueue/writeTexture()}} for ArrayBuffer-to-texture writes.
6000
6001
The following definitions and validation rules are used by these methods, as well as
6002
{{GPUCommandEncoder/copyTextureToTexture()}}.
0 commit comments