rename from VertexAttribDataAccess.cpp to VertexAttribData.cpp
This commit is contained in:
parent
2199b000fa
commit
27d27bca65
@ -1,4 +1,3 @@
|
|||||||
#include<hgl/graph/vulkan/VKFormat.h>
|
|
||||||
#include<hgl/graph/VertexAttribData.h>
|
#include<hgl/graph/VertexAttribData.h>
|
||||||
#include<spirv_cross/spirv_common.hpp>
|
#include<spirv_cross/spirv_common.hpp>
|
||||||
|
|
||||||
@ -17,4 +16,4 @@ namespace hgl
|
|||||||
return(new VertexAttribData(vertex_count,vecsize,stride,fmt));
|
return(new VertexAttribData(vertex_count,vecsize,stride,fmt));
|
||||||
}
|
}
|
||||||
}//namespace graph
|
}//namespace graph
|
||||||
}//namespace hgl
|
}//namespace hgl
|
Loading…
x
Reference in New Issue
Block a user