File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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 >,
You can’t perform that action at this time.
0 commit comments