Disabling paged resource caching for now, as it's broken.

This commit is contained in:
Ben Vanik
2014-06-08 11:25:10 -07:00
parent 295910c3d8
commit 6514eaa780
3 changed files with 11 additions and 6 deletions

View File

@@ -30,9 +30,10 @@ int BufferResource::Prepare() {
}
}
if (!dirtied_) {
return 0;
}
// DISABLED
//if (!dirtied_) {
// return 0;
//}
dirtied_ = false;
// pass dirty regions?