diff options
author | crowlKats <13135287+crowlKats@users.noreply.github.com> | 2021-04-06 22:06:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-06 22:06:55 +0200 |
commit | 704e1e53307130012da974f42d2cad94e07b5664 (patch) | |
tree | 19a04461dbe8f8490aec8b57714134c49bb26207 /op_crates/webgpu | |
parent | a5198184aaf08802187cb9898bee790213eb75f4 (diff) |
fix(webgpu): correct GPUFeatureName webidl to match typings (#10023)
Diffstat (limited to 'op_crates/webgpu')
-rw-r--r-- | op_crates/webgpu/02_idl_types.js | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/op_crates/webgpu/02_idl_types.js b/op_crates/webgpu/02_idl_types.js index 7e72ea2b1..bcc323893 100644 --- a/op_crates/webgpu/02_idl_types.js +++ b/op_crates/webgpu/02_idl_types.js @@ -105,6 +105,22 @@ "pipeline-statistics-query", "texture-compression-bc", "timestamp-query", + // extended from spec + "mappable-primary-buffers", + "sampled-texture-binding-array", + "sampled-texture-array-dynamic-indexing", + "sampled-texture-array-non-uniform-indexing", + "unsized-binding-array", + "multi-draw-indirect", + "multi-draw-indirect-count", + "push-constants", + "address-mode-clamp-to-border", + "non-fill-polygon-mode", + "texture-compression-etc2", + "texture-compression-astc-ldr", + "texture-adapter-specific-format-features", + "shader-float64", + "vertex-attribute-64bit", ], ); |