renamed to vab_map from vbo_map

This commit is contained in:
2024-04-27 11:08:50 +08:00
parent 6ad3b9edb7
commit 40094a7529
2 changed files with 8 additions and 8 deletions

View File

@@ -34,7 +34,7 @@ namespace hgl
IndexBuffer * ibo;
void * ibo_map;
VABAccessMap vbo_map;
VABAccessMap vab_map;
protected: