splited to GraphModuleManager.cpp

This commit is contained in:
2024-10-25 23:17:14 +08:00
parent 1183e44221
commit 983281f6ad
6 changed files with 122 additions and 105 deletions

View File

@@ -13,7 +13,7 @@ namespace hgl
struct RenderNode
{
uint index; ///<在MaterialRenderList中的索引
uint index; ///<在MaterialRenderList中的索引
SceneNode * scene_node;