updated codes support new MaterialRenderList::Add

This commit is contained in:
2024-07-20 13:15:12 +08:00
parent 898d01ac62
commit 1a15b93e15
2 changed files with 2 additions and 6 deletions

View File

@@ -30,7 +30,7 @@ namespace hgl
public:
RenderList(GPUDevice *);
virtual ~RenderList();
virtual ~RenderList()=default;
virtual bool Expend(SceneNode *); ///<展开场景树到渲染列表