Skip to content

Commit

Permalink
Remove assertDeviceMatch from beginRenderPass depthStencilAttachment.…
Browse files Browse the repository at this point in the history
…view in deno_webgpu
  • Loading branch information
sagudev committed Apr 29, 2024
1 parent 8597367 commit 3c28720
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions deno_webgpu/01_webgpu.js
Original file line number Diff line number Diff line change
Expand Up @@ -3158,15 +3158,6 @@ class GPUCommandEncoder {
prefix,
"texture view for depth stencil attachment",
);
assertDeviceMatch(
device,
descriptor.depthStencilAttachment.view[_texture],
{
prefix,
resourceContext: "texture view for depth stencil attachment",
selfContext: "this",
},
);

depthStencilAttachment = {
...descriptor.depthStencilAttachment,
Expand Down

0 comments on commit 3c28720

Please sign in to comment.