Merge pull request #395 from LukeUsher/master
Revert "Temporarily disable vertex buffer caching."
This commit is contained in:
commit
0742b7d206
|
@ -291,7 +291,6 @@ bool XTL::VertexPatcher::ApplyCachedStream(VertexPatchDesc *pPatchDesc,
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
// Use the cached stream length (which is a must for the UP stream)
|
||||
uint32_t uiHash = XXHash32::hash((void *)pCalculateData, pCachedStream->uiLength, HASH_SEED);
|
||||
if(uiHash == pCachedStream->uiHash)
|
||||
|
@ -303,7 +302,7 @@ bool XTL::VertexPatcher::ApplyCachedStream(VertexPatchDesc *pPatchDesc,
|
|||
}
|
||||
pCachedStream->uiCount = 0;
|
||||
}
|
||||
else */
|
||||
else
|
||||
{
|
||||
// TODO: Do something about this
|
||||
if(pCachedStream->bIsUP)
|
||||
|
|
Loading…
Reference in New Issue