From 35083b4a1c848ff743b4173c0536ea9da47507f2 Mon Sep 17 00:00:00 2001 From: Jiawei Shao Date: Wed, 13 May 2026 10:14:15 +0800 Subject: [PATCH] Add "subgroup-size-control" feature This patch adds the "subgroup-size-control" feature in gpuweb/gpuweb#5578. --- dist/index.d.ts | 3 ++- generated/index.d.ts | 3 ++- 2 files changed, 4 insertions(+), 2 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"