功能向RenderPipe集中

This commit is contained in:
2025-08-25 23:12:23 +08:00
parent 0f9f81d568
commit 9a0e6d7524
18 changed files with 50 additions and 54 deletions
+1
View File
@@ -40,6 +40,7 @@ public:
public:
SceneNodePtr newSceneNode(const std::string& name);
SceneNodePtr getRootSceneNode() const;
void buildRenderableQueue(RenderPipe& pipe) const;
public:
template<typename ComponentType>