Moved components' perks computation to the DecodedVArray in DX9. Performance boost. Working on OGL version

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@771 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
XTra.KrazzY
2008-10-04 21:47:56 +00:00
parent 664f4dee0e
commit 8eef6f9cd5
3 changed files with 40 additions and 12 deletions

View File

@ -366,7 +366,6 @@ void VertexLoader::PrepareRun()
for (int i = 0; i < 2; i++)
colElements[i] = m_VtxAttr.color[i].Elements;
varray->Reset();
varray->SetComponents(m_components);
}