split two files.they are MVPMatrix.h and SceneTreeToRenderList.h

This commit is contained in:
2021-04-26 20:36:56 +08:00
parent d0d00b235c
commit f1fcfe5cd4
9 changed files with 156 additions and 120 deletions

View File

@@ -25,7 +25,7 @@ public:
public:
VKMemoryAllocator(GPUDevice *,const uint32_t);
VKMemoryAllocator(GPUDevice *,const uint32_t flags);
~VKMemoryAllocator();
void Free() override {/* DON'T RUN ANY OPERATION.*/}