From 704e1e53307130012da974f42d2cad94e07b5664 Mon Sep 17 00:00:00 2001 From: crowlKats <13135287+crowlKats@users.noreply.github.com> Date: Tue, 6 Apr 2021 22:06:55 +0200 Subject: fix(webgpu): correct GPUFeatureName webidl to match typings (#10023) --- op_crates/webgpu/02_idl_types.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'op_crates/webgpu') 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", ], ); -- cgit v1.2.3