From 27d27bca653c59cf15dfd977d2dcca423c8f2fad Mon Sep 17 00:00:00 2001 From: hyzboy Date: Mon, 20 Jul 2020 17:30:27 +0800 Subject: [PATCH] rename from VertexAttribDataAccess.cpp to VertexAttribData.cpp --- .../{VertexAttribDataAccess.cpp => VertexAttribData.cpp} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename src/SceneGraph/{VertexAttribDataAccess.cpp => VertexAttribData.cpp} (90%) diff --git a/src/SceneGraph/VertexAttribDataAccess.cpp b/src/SceneGraph/VertexAttribData.cpp similarity index 90% rename from src/SceneGraph/VertexAttribDataAccess.cpp rename to src/SceneGraph/VertexAttribData.cpp index d1f9f75a..b90307f6 100644 --- a/src/SceneGraph/VertexAttribDataAccess.cpp +++ b/src/SceneGraph/VertexAttribData.cpp @@ -1,4 +1,3 @@ -#include #include #include @@ -17,4 +16,4 @@ namespace hgl return(new VertexAttribData(vertex_count,vecsize,stride,fmt)); } }//namespace graph -}//namespace hgl \ No newline at end of file +}//namespace hgl