Proper(ish) VdSwap - fixes a bunch of things.
Caching is working a bit better, now.
This commit is contained in:
@@ -30,10 +30,9 @@ int BufferResource::Prepare() {
|
||||
}
|
||||
}
|
||||
|
||||
// DISABLED
|
||||
//if (!dirtied_) {
|
||||
// return 0;
|
||||
//}
|
||||
if (!dirtied_) {
|
||||
return 0;
|
||||
}
|
||||
dirtied_ = false;
|
||||
|
||||
// pass dirty regions?
|
||||
|
||||
Reference in New Issue
Block a user