迁移Auto_merge_material_instance.cpp到新架构

This commit is contained in:
2025-06-06 22:20:18 +08:00
parent 2138f9046a
commit 5e541e2f46
3 changed files with 6 additions and 30 deletions

View File

@@ -49,7 +49,7 @@ namespace hgl::graph
void SetClearColor(const Color4f &c){clear_color=c;}
bool RenderFrame(); ///<重新重成这一帧的CommandList
bool RenderFrame(); ///<重新重成这一帧的CommandList
bool Submit(); ///<提交CommandList到GPU
};//class Renderer
}//namespace hgl::graph