Explorar el Código

WebGPUBackend: toggle comment causing import to appear in build (#33449)

Daigo Fujiwara-Smith hace 1 mes
padre
commit
2e97f79d4b
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  1. 2 3
      src/renderers/webgpu/WebGPUBackend.js

+ 2 - 3
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';
 import { GPUFeatureName, GPULoadOp, GPUStoreOp, GPUIndexFormat, GPUTextureViewDimension, GPUFeatureMap, GPUShaderStage } from './utils/WebGPUConstants.js';
 
 

粤ICP备19079148号