Skip to content

Commit

Permalink
fix(webgpu): correct GPUFeatureName webidl to match typings (denoland…
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Apr 6, 2021
1 parent a519818 commit 704e1e5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions op_crates/webgpu/02_idl_types.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
],
);

Expand Down

0 comments on commit 704e1e5

Please sign in to comment.