File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8315,9 +8315,9 @@ GPUQueue includes GPUObjectBase;
83158315 1. If any of the following requirements are unmet, throw an {{OperationError}} and stop.
83168316 <div class=validusage>
83178317 - If |source|.{{GPUImageCopyExternalImage/source}} is an {{HTMLCanvasElement}} :
8318- Its [=canvas context mode=] must be `"2d"`, `"webgl"`, or `"webgl2 "`.
8318+ Its [=canvas context mode=] must be `"2d"`, `"webgl"`, `"webgl2"`, or `"webgpu "`.
83198319 - If |source|.{{GPUImageCopyExternalImage/source}} is an {{OffscreenCanvas}} :
8320- Its [=OffscreenCanvas context mode=] must be `"2d"`, `"webgl"`, or `"webgl2 "`.
8320+ Its [=OffscreenCanvas context mode=] must be `"2d"`, `"webgl"`, `"webgl2"`, or `"webgpu "`.
83218321 - |source|.|origin|.[=Origin3D/x=] + |copySize|.[=Extent3D/width=]
83228322 must be ≤ the width of |sourceImage|.
83238323 - |source|.|origin|.[=Origin3D/y=] + |copySize|.[=Extent3D/height=]
You can’t perform that action at this time.
0 commit comments