rename "VertexBuffer" to "VertexAttribBuffer"

This commit is contained in:
2020-07-14 14:03:26 +08:00
parent e9eda440a9
commit 9e99db9c72
24 changed files with 105 additions and 88 deletions

View File

@@ -47,7 +47,7 @@ private:
vulkan::Pipeline * pipeline =nullptr;
vulkan::VertexBuffer * vertex_buffer =nullptr;
vulkan::VertexAttribBuffer * vertex_buffer =nullptr;
vulkan::IndexBuffer * index_buffer =nullptr;
public: