merged codes into RenderList they from SceneTreeToRenderList.

This commit is contained in:
2021-06-19 20:31:07 +08:00
parent 22e37512f6
commit 3bb74b99cc
6 changed files with 204 additions and 285 deletions

View File

@@ -32,4 +32,8 @@ namespace hgl
using RenderNodeList=List<RenderNode *>;
}//namespace graph
}//namespace hgl
using RenderNodePointer=hgl::graph::RenderNode *;
using RenderNodeComparator=Comparator<RenderNodePointer>;
#endif//HGL_GRAPH_RENDER_NODE_INCLUDE