VertexAttrib 属性中的Vertex全部改名为Position

This commit is contained in:
2020-09-05 18:56:49 +08:00
parent be6c32db7e
commit cba14ff413
7 changed files with 63 additions and 63 deletions

View File

@@ -16,7 +16,7 @@ namespace hgl
uint max_count; ///<缓冲区最大容量
vulkan::VAB * vab_vertex;
vulkan::VAB * vab_position;
vulkan::VAB * vab_tex_coord;
public: