From eb01d213bc619519d52164620a697cd266a5ce14 Mon Sep 17 00:00:00 2001 From: Jiawei Shao Date: Wed, 24 Jun 2026 13:42:17 +0800 Subject: [PATCH] Add "subgroup-size-control" feature This patch adds the "subgroup-size-control" feature added to the spec in gpuweb/gpuweb#5578 --- dist/index.d.ts | 3 ++- generated/index.d.ts | 3 ++- gpuweb | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 5077012..37d4802 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -319,7 +319,8 @@ type GPUFeatureName = | "texture-formats-tier1" | "texture-formats-tier2" | "primitive-index" - | "texture-component-swizzle"; + | "texture-component-swizzle" + | "subgroup-size-control"; type GPUFilterMode = | "nearest" diff --git a/generated/index.d.ts b/generated/index.d.ts index 7475eb9..3d12dad 100644 --- a/generated/index.d.ts +++ b/generated/index.d.ts @@ -319,7 +319,8 @@ type GPUFeatureName = | "texture-formats-tier1" | "texture-formats-tier2" | "primitive-index" - | "texture-component-swizzle"; + | "texture-component-swizzle" + | "subgroup-size-control"; type GPUFilterMode = | "nearest" diff --git a/gpuweb b/gpuweb index cebc91c..43fd093 160000 --- a/gpuweb +++ b/gpuweb @@ -1 +1 @@ -Subproject commit cebc91c84c852d71b3d9c9df87c4ee48619d0827 +Subproject commit 43fd093c6cd9782db829c3a4a563fed2b966744e