From 23ab0b42facb4f27163c89125383a78362430276 Mon Sep 17 00:00:00 2001 From: Zhou Zhenglong Date: Mon, 14 Oct 2024 23:00:55 +0800 Subject: [PATCH] lint --- native/cocos/renderer/pipeline/custom/NativePipeline.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/native/cocos/renderer/pipeline/custom/NativePipeline.cpp b/native/cocos/renderer/pipeline/custom/NativePipeline.cpp index bd7e0d873be..ba15832747f 100644 --- a/native/cocos/renderer/pipeline/custom/NativePipeline.cpp +++ b/native/cocos/renderer/pipeline/custom/NativePipeline.cpp @@ -48,6 +48,8 @@ namespace cc { namespace render { +namespace { + template void addSubresourceNode(ResourceGraph::vertex_descriptor v, const ccstd::string &name, ResourceGraph &resg); @@ -98,6 +100,8 @@ void addSubresourceNode(ResourceGraph::vertex_descri v); } +} // namespace + NativePipeline::NativePipeline(const allocator_type &alloc) noexcept : device(gfx::Device::getInstance()), globalDSManager(std::make_unique()),