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

@@ -141,7 +141,7 @@ namespace hgl
protected:
TextRenderable *text_render_obj;
MemBlock<float> vertex;
MemBlock<int16> vertex;
MemBlock<float> tex_coord;
public: