From 3778c40a76fb3739285000aa58a6ad9d610ccb65 Mon Sep 17 00:00:00 2001 From: Greggman Date: Wed, 18 Dec 2024 05:48:11 -0800 Subject: [PATCH] Update src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts --- src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts b/src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts index d7af3401cbd..e0f48bc42be 100644 --- a/src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts +++ b/src/webgpu/api/operation/rendering/depth_clip_clamp.spec.ts @@ -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);