src/glCompiler.cpp

changeset 1121
be0b5ad128ea
parent 1119
749fdf61b5cd
child 1122
795d1c3554b9
equal deleted inserted replaced
1120:c3f07620494e 1121:be0b5ad128ea
222 222
223 m_staged.clear(); 223 m_staged.clear();
224 } 224 }
225 225
226 226
227 void GLCompiler::prepareVBO (int vbonum, Model* model) 227 void GLCompiler::prepareVBO (int vbonum, const Model* model)
228 { 228 {
229 // Compile anything that still awaits it 229 // Compile anything that still awaits it
230 compileStaged(); 230 compileStaged();
231 231
232 if (not m_vboChanged[vbonum]) 232 if (not m_vboChanged[vbonum])

mercurial