used VBO instead of VAB

This commit is contained in:
2021-11-29 15:58:48 +08:00
parent 4281839e4d
commit af72c68ebe
31 changed files with 92 additions and 86 deletions

View File

@@ -55,7 +55,7 @@ class GPUBuffer;
struct GPUBufferData;
class VertexAttribBuffer;
using VAB=VertexAttribBuffer;
using VBO=VertexAttribBuffer;
class IndexBuffer;