renamed to "vad" from "data" in PrimitiveVertexBuffer

This commit is contained in:
2024-04-02 22:19:02 +08:00
parent 3c22b48f3c
commit d4c1dd312e
2 changed files with 7 additions and 7 deletions

View File

@@ -17,14 +17,14 @@ namespace hgl
{
AnsiString name;
uint binding;
VAD * data =nullptr;
VAD * vad =nullptr;
VBO * vbo =nullptr;
public:
~PrimitiveVertexBuffer()
{
SAFE_CLEAR(data);
SAFE_CLEAR(vad);
}
};//struct PrimitiveVertexBuffer