diff --git a/src/webgpu/compat/api/validation/render_pipeline/depth_stencil_state.spec.ts b/src/webgpu/compat/api/validation/render_pipeline/depth_stencil_state.spec.ts index 2f359ad0fc71..66045c2b8ae4 100644 --- a/src/webgpu/compat/api/validation/render_pipeline/depth_stencil_state.spec.ts +++ b/src/webgpu/compat/api/validation/render_pipeline/depth_stencil_state.spec.ts @@ -42,6 +42,8 @@ g.test('depthBiasClamp') }, depthStencil: { format: 'depth24plus', + depthWriteEnabled: true, + depthCompare: 'always', ...(depthBiasClamp !== undefined && { depthBiasClamp }), }, };