summaryrefslogtreecommitdiff
path: root/runtime/js/99_main.js
diff options
context:
space:
mode:
authorLuca Casonato <lucacasonato@yahoo.com>2021-05-06 16:48:45 +0200
committerGitHub <noreply@github.com>2021-05-06 16:48:45 +0200
commitf208e6a26f3c21c25dbfcfe29491a6f5660c999d (patch)
tree65dbbd45b2f36faab8ae585eb0d270356bcba33e /runtime/js/99_main.js
parentce76f8c3a97529c86d49c39c6d9a250f978b5430 (diff)
chore: update wgpu and realign to spec (#9760)
Diffstat (limited to 'runtime/js/99_main.js')
-rw-r--r--runtime/js/99_main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/js/99_main.js b/runtime/js/99_main.js
index 8d75ea739..fee7cd2d7 100644
--- a/runtime/js/99_main.js
+++ b/runtime/js/99_main.js
@@ -296,7 +296,7 @@ delete Object.prototype.__proto__;
GPU: util.nonEnumerable(webgpu.GPU),
GPUAdapter: util.nonEnumerable(webgpu.GPUAdapter),
GPUAdapterLimits: util.nonEnumerable(webgpu.GPUAdapterLimits),
- GPUAdapterFeatures: util.nonEnumerable(webgpu.GPUAdapterFeatures),
+ GPUSupportedFeatures: util.nonEnumerable(webgpu.GPUSupportedFeatures),
GPUDevice: util.nonEnumerable(webgpu.GPUDevice),
GPUQueue: util.nonEnumerable(webgpu.GPUQueue),
GPUBuffer: util.nonEnumerable(webgpu.GPUBuffer),