Skip to content

Commit 460cbaa

Browse files
committed
be more specific
1 parent 18d0ce9 commit 460cbaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5996,7 +5996,7 @@ dictionary GPUImageCopyExternalImage {
59965996

59975997
WebGPU provides {{GPUCommandEncoder/copyBufferToTexture()}} for buffer-to-texture copies and
59985998
{{GPUCommandEncoder/copyTextureToBuffer()}} for texture-to-buffer copies, as well as
5999-
{{GPUQueue/writeTexture()}} for CPU-memory-to-texture writes.
5999+
{{GPUQueue/writeTexture()}} for ArrayBuffer-to-texture writes.
60006000

60016001
The following definitions and validation rules are used by these methods, as well as
60026002
{{GPUCommandEncoder/copyTextureToTexture()}}.

0 commit comments

Comments
 (0)