Skip to content

Commit

Permalink
Update related MAINTENANCE_TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Mar 17, 2022
1 parent 7982b56 commit f88294b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/webgpu/api/operation/command_buffer/image_copy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit f88294b

Please sign in to comment.