From 2e97f79d4bfea8f9e81c99bbaccf75229c6df87a Mon Sep 17 00:00:00 2001 From: Daigo Fujiwara-Smith Date: Thu, 23 Apr 2026 00:24:28 -0400 Subject: [PATCH] WebGPUBackend: toggle comment causing import to appear in build (#33449) --- src/renderers/webgpu/WebGPUBackend.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/renderers/webgpu/WebGPUBackend.js b/src/renderers/webgpu/WebGPUBackend.js index 6d9bdfa2e1a5bb..145906e7c1c96e 100644 --- a/src/renderers/webgpu/WebGPUBackend.js +++ b/src/renderers/webgpu/WebGPUBackend.js @@ -1,6 +1,5 @@ -/*// debugger tools -import 'https://greggman.github.io/webgpu-avoid-redundant-state-setting/webgpu-check-redundant-state-setting.js'; -//*/ +// debugger tools +// import 'https://greggman.github.io/webgpu-avoid-redundant-state-setting/webgpu-check-redundant-state-setting.js'; import { GPUFeatureName, GPULoadOp, GPUStoreOp, GPUIndexFormat, GPUTextureViewDimension, GPUFeatureMap, GPUShaderStage } from './utils/WebGPUConstants.js';