From 6df7a29b9a5ea09474cd722f78b99f5f5f88990f Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Tue, 17 Dec 2024 09:51:45 +0900 Subject: [PATCH] address comments --- .../encoding/programmable/pipeline_bind_group_compat.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webgpu/api/validation/encoding/programmable/pipeline_bind_group_compat.spec.ts b/src/webgpu/api/validation/encoding/programmable/pipeline_bind_group_compat.spec.ts index cabc8ce22ab..46402e19031 100644 --- a/src/webgpu/api/validation/encoding/programmable/pipeline_bind_group_compat.spec.ts +++ b/src/webgpu/api/validation/encoding/programmable/pipeline_bind_group_compat.spec.ts @@ -790,14 +790,14 @@ g.test('bgl_resource_type_mismatch') t.isCompatibility && resourceIsStorageTexture(plResourceType) && !(t.device.limits.maxStorageTexturesInFragmentStage! >= 1), - `maxStorageTexturesInFragmentStage(${t.device.limits.maxStorageTexturesInFragmentStage} is not >= 1` + `maxStorageTexturesInFragmentStage(${t.device.limits.maxStorageTexturesInFragmentStage}) is not >= 1` ); t.skipIf( t.isCompatibility && resourceIsStorageBuffer(plResourceType) && !(t.device.limits.maxStorageBuffersInFragmentStage! >= 1), - `maxStorageBuffersInFragmentStage(${t.device.limits.maxStorageBuffersInFragmentStage} is not >= 1` + `maxStorageBuffersInFragmentStage(${t.device.limits.maxStorageBuffersInFragmentStage}) is not >= 1` ); const bglEntries: Array = [