From 4d03cc269d71114fb6f5b7acdb8c3d1fce73fee7 Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Tue, 18 Aug 2026 18:55:20 -0700 Subject: [PATCH] Add snorm10-10-10-2 Proposed in https://github.com/gpuweb/gpuweb/issues/6292 and expected to be official soon. --- dist/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/dist/index.d.ts b/dist/index.d.ts index 37d48020..cdbcbb2c 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -554,6 +554,7 @@ type GPUVertexFormat = | "sint32x3" | "sint32x4" | "unorm10-10-10-2" + | "snorm10-10-10-2" | "unorm8x4-bgra"; type GPUVertexStepMode =