Skip to content

Commit 6c0d224

Browse files
committed
gpu-copy-external-image-dest-info never used
1 parent d32397c commit 6c0d224

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

webgpu/generate/webgpu-transforms.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,11 @@
104104
"remove-type": "gpu-copy-external-image-source-info"
105105
}
106106
},
107+
{
108+
"operation": {
109+
"remove-type": "gpu-copy-external-image-dest-info"
110+
}
111+
},
107112
{
108113
"operation": {
109114
"remove-type": "html-canvas-element-or-html-image-element-or-html-video-element-or-image-bitmap-or-image-data-or-offscreen-canvas-or-video-frame"

webgpu/webgpu.wit

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -972,14 +972,6 @@ interface webgpu {
972972
origin: option<gpu-origin3-d>,
973973
aspect: option<gpu-texture-aspect>,
974974
}
975-
record gpu-copy-external-image-dest-info {
976-
color-space: option<predefined-color-space>,
977-
premultiplied-alpha: option<bool>,
978-
texture: borrow<gpu-texture>,
979-
mip-level: option<gpu-integer-coordinate>,
980-
origin: option<gpu-origin3-d>,
981-
aspect: option<gpu-texture-aspect>,
982-
}
983975
record gpu-extent3-d {
984976
width: gpu-integer-coordinate,
985977
height: option<gpu-integer-coordinate>,

0 commit comments

Comments
 (0)