Просмотр исходного кода

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

Daigo Fujiwara-Smith 1 месяц назад
Родитель
Сommit
2e97f79d4b
1 измененных файлов с 2 добавлено и 3 удалено
  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';
 

粤ICP备19079148号