Skip to content

Commit d5b8cac

Browse files
authored
Manually add the core-features-and-limits feature name (#170)
1 parent 37448a0 commit d5b8cac

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dist/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,8 @@ type GPUFeatureName =
219219
| "float32-blendable"
220220
| "clip-distances"
221221
| "dual-source-blending"
222-
| "subgroups";
222+
| "subgroups"
223+
| "core-features-and-limits";
223224
type GPUFilterMode =
224225

225226
| "nearest"

0 commit comments

Comments
 (0)