mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 09:31:22 -05:00
fix(webgpu): correct GPUFeatureName webidl to match typings (#10023)
This commit is contained in:
parent
a5198184aa
commit
704e1e5330
1 changed files with 16 additions and 0 deletions
|
@ -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",
|
||||
],
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue