adjust position of include

This commit is contained in:
hyzboy 2024-04-02 22:53:13 +08:00
parent 8c51d3a52b
commit 07a478a2ac
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@
#include<hgl/graph/VKRenderResource.h> #include<hgl/graph/VKRenderResource.h>
#include<hgl/graph/VertexAttribDataAccess.h> #include<hgl/graph/VertexAttribDataAccess.h>
#include<hgl/graph/VKShaderModule.h> #include<hgl/graph/VKShaderModule.h>
#include<hgl/graph/VKVertexAttribBuffer.h>
namespace hgl namespace hgl
{ {
namespace graph namespace graph

View File

@ -1,5 +1,6 @@
#include<hgl/graph/PrimitiveCreater.h> #include<hgl/graph/PrimitiveCreater.h>
#include<hgl/graph/VKShaderModule.h> #include<hgl/graph/VKShaderModule.h>
#include<hgl/graph/VKVertexAttribBuffer.h>
namespace hgl namespace hgl
{ {