From 7b227b35a4a95686e3663a336c790b38e9c28da8 Mon Sep 17 00:00:00 2001 From: Zeqiang Li Date: Mon, 11 Sep 2023 15:22:10 +0800 Subject: [PATCH] merge to 3.8.2 latest --- native/cocos/renderer/gfx-wgpu/WGPUDescriptorSetLayout.cpp | 1 - 1 file changed, 1 deletion(-) 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;