VertexLoaderManager: assimilate GetVertexSize()

This commit is contained in:
Tillmann Karras
2015-01-31 09:23:50 +01:00
parent d50b330d57
commit 1aac65f988
3 changed files with 14 additions and 31 deletions

View File

@ -17,10 +17,8 @@ namespace VertexLoaderManager
void MarkAllDirty();
int GetVertexSize(int vtx_attr_group, bool preprocess);
// Returns -1 if buf_size is insufficient, else the amount of bytes consumed
int RunVertices(int vtx_attr_group, int primitive, int count, DataReader src, bool skip_drawing = false);
int RunVertices(int vtx_attr_group, int primitive, int count, DataReader src, bool skip_drawing, bool is_preprocess);
// For debugging
void AppendListToString(std::string *dest);