summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--op_crates/webgpu/02_idl_types.js16
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",
],
);