From b895d84d4e1fe7c642e72cd99b3c367542356c3c Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Tue, 30 Jan 2024 00:26:46 -0800 Subject: [PATCH] Remove deprecated .copySrc --- src/webgpu/format_info.ts | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/src/webgpu/format_info.ts b/src/webgpu/format_info.ts index 8cfb1f8d710c..8ed39cdf3d22 100644 --- a/src/webgpu/format_info.ts +++ b/src/webgpu/format_info.ts @@ -31,8 +31,6 @@ const kFormatUniversalDefaults = { /** The base format for srgb formats. Specified on both srgb and equivalent non-srgb formats. */ baseFormat: undefined, - /** @deprecated */ - copySrc: undefined, /** @deprecated */ copyDst: undefined, /** @deprecated Use `.color.bytes`, `.depth.bytes`, or `.stencil.bytes`. */ @@ -78,7 +76,7 @@ function formatTableWithDefaults