Skip to content

Commit 649e29b

Browse files
authored
Add "subgroup-size-control" feature (#203)
This patch adds the "subgroup-size-control" feature added to the spec in gpuweb/gpuweb#5578
1 parent 34d2260 commit 649e29b

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

dist/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ type GPUFeatureName =
319319
| "texture-formats-tier1"
320320
| "texture-formats-tier2"
321321
| "primitive-index"
322-
| "texture-component-swizzle";
322+
| "texture-component-swizzle"
323+
| "subgroup-size-control";
323324
type GPUFilterMode =
324325

325326
| "nearest"

generated/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ type GPUFeatureName =
319319
| "texture-formats-tier1"
320320
| "texture-formats-tier2"
321321
| "primitive-index"
322-
| "texture-component-swizzle";
322+
| "texture-component-swizzle"
323+
| "subgroup-size-control";
323324
type GPUFilterMode =
324325

325326
| "nearest"

0 commit comments

Comments
 (0)