From f88294b2dd57317a3956e01a3778c3f429613969 Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Wed, 16 Mar 2022 19:36:35 -0700 Subject: [PATCH] Update related MAINTENANCE_TODOs --- src/webgpu/api/operation/command_buffer/image_copy.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webgpu/api/operation/command_buffer/image_copy.spec.ts b/src/webgpu/api/operation/command_buffer/image_copy.spec.ts index 18bde18d8263..04b7c75aaf6c 100644 --- a/src/webgpu/api/operation/command_buffer/image_copy.spec.ts +++ b/src/webgpu/api/operation/command_buffer/image_copy.spec.ts @@ -762,7 +762,7 @@ class ImageCopyTest extends GPUTest { this.expectGPUBufferValuesEqual(outputBuffer, expectedData); } - // MAINTENANCE_TODO(crbug.com/dawn/868): Revisit this when consolidating texture helpers. + // MAINTENANCE_TODO(#881): Migrate this into the texture_ok helpers. async checkStencilTextureContent( stencilTexture: GPUTexture, stencilTextureSize: readonly [number, number, number], @@ -984,7 +984,7 @@ class ImageCopyTest extends GPUTest { } } - // MAINTENANCE_TODO(crbug.com/dawn/868): Revisit this when consolidating texture helpers. + // MAINTENANCE_TODO(#881): Consider if this can be simplified/encapsulated using TexelView. initializeDepthAspectWithRendering( depthTexture: GPUTexture, depthFormat: GPUTextureFormat,