removed VertexColor2D.h

This commit is contained in:
2023-05-16 15:27:51 +08:00
parent 35844d52bc
commit c8dbd40333
7 changed files with 7 additions and 15 deletions

View File

@@ -23,5 +23,7 @@ public:
local_to_world=false;
}
};//struct Material2DConfig:public MaterialConfig
MaterialCreateInfo *CreateVertexColor2D(const Material2DConfig *);
STD_MTL_NAMESPACE_END
#endif//HGL_GRAPH_MTL_2D_CONFIG_INCLUDE

View File

@@ -1,9 +0,0 @@
#ifndef HGL_GRAPH_MTL_2D_VERTEX2D_INCLUDE
#define HGL_GRAPH_MTL_2D_VERTEX2D_INCLUDE
#include<hgl/graph/mtl/2d/Material2DConfig.h>
STD_MTL_NAMESPACE_BEGIN
MaterialCreateInfo *CreateVertexColor2D(const Material2DConfig *);
STD_MTL_NAMESPACE_END
#endif//HGL_GRAPH_MTL_2D_VERTEX2D_INCLUDE