Skip to content

Commit 77b6940

Browse files
Add primitive-index GPUFeatureName (#190)
Following up on gpuweb/gpuweb#5273, this PR adds the `"primitive-index"` GPUFeatureName.
1 parent d7a9fb1 commit 77b6940

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

dist/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ type GPUFeatureName =
317317
| "dual-source-blending"
318318
| "subgroups"
319319
| "texture-formats-tier1"
320-
| "texture-formats-tier2";
320+
| "texture-formats-tier2"
321+
| "primitive-index";
321322
type GPUFilterMode =
322323

323324
| "nearest"

generated/index.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,8 @@ type GPUFeatureName =
317317
| "dual-source-blending"
318318
| "subgroups"
319319
| "texture-formats-tier1"
320-
| "texture-formats-tier2";
320+
| "texture-formats-tier2"
321+
| "primitive-index";
321322
type GPUFilterMode =
322323

323324
| "nearest"

0 commit comments

Comments
 (0)