From 68a797d11d718ed2f80cf62f88743a2dec0ce023 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Beaufort?= Date: Tue, 13 Jan 2026 09:45:17 +0100 Subject: [PATCH] Add TRANSIENT_ATTACHMENT GPUTextureUsage --- dist/index.d.ts | 1 + generated/index.d.ts | 1 + gpuweb | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dist/index.d.ts b/dist/index.d.ts index 4d1fa52..94b0b72 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -3420,6 +3420,7 @@ interface GPUTextureUsage { readonly TEXTURE_BINDING: GPUFlagsConstant; readonly STORAGE_BINDING: GPUFlagsConstant; readonly RENDER_ATTACHMENT: GPUFlagsConstant; + readonly TRANSIENT_ATTACHMENT: GPUFlagsConstant; } declare var GPUTextureUsage: GPUTextureUsage; diff --git a/generated/index.d.ts b/generated/index.d.ts index b2d360f..851e45d 100644 --- a/generated/index.d.ts +++ b/generated/index.d.ts @@ -3096,6 +3096,7 @@ interface GPUTextureUsage { readonly TEXTURE_BINDING: GPUFlagsConstant; readonly STORAGE_BINDING: GPUFlagsConstant; readonly RENDER_ATTACHMENT: GPUFlagsConstant; + readonly TRANSIENT_ATTACHMENT: GPUFlagsConstant; } declare var GPUTextureUsage: GPUTextureUsage; diff --git a/gpuweb b/gpuweb index 630ca2a..7e38318 160000 --- a/gpuweb +++ b/gpuweb @@ -1 +1 @@ -Subproject commit 630ca2ae057701eb55c5bdf7a26efdb023e8d154 +Subproject commit 7e3831803c26ae169bebfb6750204c94a7b9797e