Proper(ish) VdSwap - fixes a bunch of things.

Caching is working a bit better, now.
This commit is contained in:
Ben Vanik
2014-06-08 21:24:29 -07:00
parent 8337820500
commit 6e76c169d6
11 changed files with 101 additions and 83 deletions

View File

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