We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GPUInternalError
bootstrap.js
1 parent e990388 commit 1241bb0Copy full SHA for 1241bb0
cts_runner/src/bootstrap.js
@@ -220,6 +220,7 @@ const windowOrWorkerGlobalScope = {
220
GPURenderBundle: util.nonEnumerable(webgpu.GPURenderBundle),
221
GPUQuerySet: util.nonEnumerable(webgpu.GPUQuerySet),
222
GPUError: util.nonEnumerable(webgpu.GPUError),
223
+ GPUInternalError: util.nonEnumerable(webgpu.GPUInternalError),
224
GPUValidationError: util.nonEnumerable(webgpu.GPUValidationError),
225
GPUOutOfMemoryError: util.nonEnumerable(webgpu.GPUOutOfMemoryError),
226
};
0 commit comments