converting the last vertices again instead of copying from buffer on buffer split

for mapping, this buffer must be write only, so we cannot copy anthing.
converting again needs more cpu, but should happen rarely
This commit is contained in:
degasus
2013-02-21 11:36:10 +01:00
parent e9232280c4
commit 7a89faf13f
2 changed files with 36 additions and 28 deletions

View File

@ -119,6 +119,7 @@ private:
void SetVAT(u32 _group0, u32 _group1, u32 _group2);
void CompileVertexTranslator();
void ConvertVertices(int count);
void WriteCall(TPipelineFunction);