Skip to content

Commit

Permalink
Update src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman authored Dec 18, 2024
1 parent 717827c commit 3778c40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ have unexpected values then get drawn to the color buffer, which is later checke
});
pass.setPipeline(testPipeline);
if (hasStorageBuffers) {
pass.setBindGroup(0, testBindGroup!);
pass.setBindGroup(0, testBindGroup);
}
pass.setViewport(0, 0, kNumTestPoints, 1, kViewportMinDepth, kViewportMaxDepth);
pass.draw(kNumTestPoints);
Expand Down

0 comments on commit 3778c40

Please sign in to comment.