(WIP) renamed a few values, new SceneTreeToRenderList

This commit is contained in:
2021-05-11 20:45:00 +08:00
parent 45284e1a32
commit 015a4d0b8e
11 changed files with 95 additions and 71 deletions

View File

@@ -14,7 +14,7 @@ namespace hgl
GPUDevice * device;
Material * mtl;
uint max_count; ///<缓冲区最大容量
uint max_count; ///<缓冲区最大容量
VAB * vab_position;
VAB * vab_tex_coord;