diff --git a/native/cocos/renderer/gfx-wgpu/WGPUDescriptorSetLayout.cpp b/native/cocos/renderer/gfx-wgpu/WGPUDescriptorSetLayout.cpp index 9b2c5aa7101..b6ce0e41f52 100644 --- a/native/cocos/renderer/gfx-wgpu/WGPUDescriptorSetLayout.cpp +++ b/native/cocos/renderer/gfx-wgpu/WGPUDescriptorSetLayout.cpp @@ -78,7 +78,6 @@ bool checkInUse(uint8_t binding, const ccstd::set &bindingInUse, bool s } return res; } - } // namespace using namespace emscripten;