TDME2  1.9.200
VBOManager_VBOManaged.cpp
Go to the documentation of this file.
2 
3 #include <string>
4 
5 #include <tdme/tdme.h>
7 
8 using std::string;
9 
12 
13 VBOManager_VBOManaged::VBOManager_VBOManaged(const string& id, vector<int32_t>& vboIds)
14 {
15  this->id = id;
16  this->vboIds = vboIds;
17 }