move Material2DCreateConfig/Material3DCreateConfig

This commit is contained in:
2023-10-07 20:59:44 +08:00
parent 1f91ec94e1
commit 4ef37a430e
19 changed files with 18 additions and 22 deletions

View File

@@ -5,7 +5,7 @@
#include<hgl/filesystem/FileSystem.h>
#include<hgl/graph/VKRenderablePrimitiveCreater.h>
#include<hgl/graph/VKVertexInputConfig.h>
#include<hgl/graph/mtl/2d/Material2DCreateConfig.h>
#include<hgl/graph/mtl/Material2DCreateConfig.h>
#include<hgl/graph/RenderList.h>
using namespace hgl;